ELEC2645 (2019/20) / Mbed 2 deprecated ELEC2645_Project_el18lg

Dependencies:   mbed

Revision:
6:266fb8fc17f4
Parent:
5:e0f08e8022de
Child:
7:24a3f13ce36d
--- a/Food/Food.h	Thu May 28 16:29:55 2020 +0000
+++ b/Food/Food.h	Thu May 28 22:56:46 2020 +0000
@@ -14,4 +14,14 @@
     Food();
     ~Food();
     
+    void init();
+    void draw(N5110 &lcd);
+    Vector2D get_f();
+    
+private:
+    int _foodx;
+    int _foody;
+};
+#endif
+    
     
\ No newline at end of file