Albert Tan-Mulligan / Mbed 2 deprecated ELEC2645_Project_el18ajst

Dependencies:   mbed

Revision:
9:62fe47a1374f
Parent:
6:546eba371942
Child:
10:71ced616a64f
--- a/Character/Character.h	Fri May 22 16:54:10 2020 +0000
+++ b/Character/Character.h	Sat May 23 13:26:19 2020 +0000
@@ -11,8 +11,6 @@
     void init(int x,int y);
     void draw(N5110 &lcd);
     void update(Direction d,float mag);
-    void level_up();
-    int get_level();
     int get_direction();
     int get_x();
     int get_y();