ELEC2645 (2018/19) / Mbed 2 deprecated el17aio

Dependencies:   mbed

Revision:
21:628fb703188f
Parent:
17:e65a9f981834
Child:
25:faba9eb44514
diff -r 5b4b3bf5795c -r 628fb703188f RosenEngine/RosenEngine.h
--- a/RosenEngine/RosenEngine.h	Sun Apr 14 06:25:16 2019 +0000
+++ b/RosenEngine/RosenEngine.h	Sun Apr 14 10:11:43 2019 +0000
@@ -24,7 +24,7 @@
     void get_pos();
     void title(N5110 &lcd);
     int get_ycursor();
-    int get_xcursor();
+    int get_shipno();
     void ship_select(N5110 &lcd);
     
     int ship_xpos; 
@@ -48,7 +48,7 @@
     float _yjoystick;
     Direction _d;
     int _ycursor;
-    int _xcursor;
+    int _shipno;
 
 };