Albert Tan-Mulligan / Mbed 2 deprecated ELEC2645_Project_el18ajst

Dependencies:   mbed

Revision:
10:71ced616a64f
Parent:
9:62fe47a1374f
Child:
12:c557b6c9b17a
--- a/Character/Character.h	Sat May 23 13:26:19 2020 +0000
+++ b/Character/Character.h	Sun May 24 21:20:40 2020 +0000
@@ -11,6 +11,7 @@
     void init(int x,int y);
     void draw(N5110 &lcd);
     void update(Direction d,float mag);
+    void reset();
     int get_direction();
     int get_x();
     int get_y();
@@ -20,6 +21,5 @@
     int _x;
     int _y;
     int _speed;
-    int _level;
     int _dir;
 };
\ No newline at end of file