Henry Triff / Mbed 2 deprecated ELEC2645_Project_el18ht

Dependencies:   mbed

Revision:
7:2ce6e90f6d47
Parent:
6:5f76dd718dc3
Child:
10:29126a41b1da
diff -r 5f76dd718dc3 -r 2ce6e90f6d47 Ghost/Ghost.h
--- a/Ghost/Ghost.h	Wed Feb 19 21:40:21 2020 +0000
+++ b/Ghost/Ghost.h	Sat Feb 22 23:13:25 2020 +0000
@@ -6,7 +6,6 @@
 #include "N5110.h"
 #include "FXOS8700CQ.h"
 #include "Graphics.h"
-#include "Controls.h"
 #include "Mechanics.h"
 #include "Menu.h"
 #include "LEDs.h"
@@ -64,6 +63,11 @@
     float mz;
 };
 
+struct Menu_Data {
+    int Menu_return;
+    bool Back;
+};
+
 #endif
 
 static Point_2D Ghost_Data[6000];