ELEC2645 (2018/19) / Mbed 2 deprecated el17m2h_public

Dependencies:   mbed

Revision:
5:8814d6de77d0
Parent:
3:116913e97fd7
Child:
8:90e789413e0b
--- a/Floors/Floors.h	Thu Apr 11 14:44:14 2019 +0000
+++ b/Floors/Floors.h	Sat Apr 13 17:37:52 2019 +0000
@@ -10,6 +10,7 @@
     ~Floors();
     void init(int x, int y, int width, int height);
     void draw(N5110 &lcd);
+    void update();
     Vector2D get_velocity(); //accesors
     Vector2D get_pos(); 
     void set_pos(Vector2D p); // mutators