ELEC2645 (2018/19) / Mbed 2 deprecated el17aio

Dependencies:   mbed

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;