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.
Dependencies: mbed
Diff: RosenEngine/RosenEngine.h
- Revision:
- 43:500b8cff3715
- Parent:
- 41:e1fa36c0492e
- Child:
- 44:a6a361bea806
diff -r e1fa36c0492e -r 500b8cff3715 RosenEngine/RosenEngine.h --- a/RosenEngine/RosenEngine.h Wed May 08 09:22:16 2019 +0000 +++ b/RosenEngine/RosenEngine.h Wed May 08 15:50:40 2019 +0000 @@ -28,6 +28,7 @@ void title(N5110 &lcd); int get_ycursor(); int get_shipno(); + SHIP set_shipUsed(); void ship_select(N5110 &lcd); void check_health(); float timer(int fps); @@ -65,6 +66,7 @@ // Variables + Ship _ship; Weapons _weapons; Menu _menu; @@ -73,6 +75,7 @@ Lore _lore; Vector2D _joystick; Direction _d; + SHIP _shipUsed; int _ycursor; int _shipno; int _score;