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.
Diff: enemies/enemies.h
- Revision:
- 1:d80166c5602c
- Parent:
- 0:7f86012fb8b5
--- 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