Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 1:d80166c5602c, committed 2019-05-05
- Comitter:
- Rubio
- Date:
- Sun May 05 17:14:13 2019 +0000
- Parent:
- 0:7f86012fb8b5
- Commit message:
- Final Submission. I have read and agreed with Statement of Academic Integrity.
Changed in this revision
enemies/enemies.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/enemies/enemies.h Sun May 05 16:54:20 2019 +0000 +++ b/enemies/enemies.h Sun May 05 17:14:13 2019 +0000 @@ -5,8 +5,8 @@ /** The integers to show whether the enemies could be used again */ struct eninumber{ - int p1;/** The first integer to show whether the ship is been hit*/ - int p2;/** The second integer to show whether the ship is been hit*/ + int p1; /**< The first integer to show whether the ship is been hit*/ + int p2; /**< The second integer to show whether the ship is been hit*/ }; /** enemies Class