ELEC2645 (2018/19) / Mbed 2 deprecated el17aio

Dependencies:   mbed

Revision:
27:f99249e727fd
Parent:
26:a53d41adf40b
Child:
28:6319e928f0aa
diff -r a53d41adf40b -r f99249e727fd RosenEngine/RosenEngine.h
--- a/RosenEngine/RosenEngine.h	Thu Apr 18 11:40:47 2019 +0000
+++ b/RosenEngine/RosenEngine.h	Thu Apr 18 13:57:41 2019 +0000
@@ -18,6 +18,7 @@
     ~RosenEngine();
     
     void init(int ship_width,int ship_height,int ship_speed,int ship_xpos,int ship_ypos);
+    void reset();
     void read_input(Gamepad &pad);
     void update(Gamepad &pad);
     void draw(N5110 &lcd, Gamepad &pad);