ELEC2645 (2018/19) / Mbed 2 deprecated el17aio

Dependencies:   mbed

Revision:
14:88ca5b1a111a
Parent:
13:e114d362186d
Child:
15:009ccc07bb57
--- a/RosenEngine/RosenEngine.h	Wed Apr 10 12:04:07 2019 +0000
+++ b/RosenEngine/RosenEngine.h	Wed Apr 10 18:50:17 2019 +0000
@@ -18,7 +18,7 @@
     void init(int ship_width,int ship_height,int ship_speed,int ship_xpos,int ship_ypos);
     void read_input(Gamepad &pad);
     void update(Gamepad &pad);
-    void draw(N5110 &lcd);
+    void draw(N5110 &lcd, Gamepad &pad);
     void get_pos();
     void title(N5110 &lcd);
     int get_ycursor();