ELEC2645 (2017/18) / Mbed OS el16ajm
Revision:
10:279d3775d52c
Parent:
9:fe86ddbf7799
Child:
12:d3eef5ea3f43
--- a/Menu/Menu.h	Sun May 06 20:49:48 2018 +0000
+++ b/Menu/Menu.h	Sun May 06 22:42:49 2018 +0000
@@ -13,13 +13,20 @@
     void update();
     void draw(N5110 &lcd);
     bool started();
+    int getDif();
 
 
 private:
-  
-  char _d;
-  bool _start;
-  int _selection;
-  
-  
+
+    char _d;
+    bool _start;
+    int _mainSelection;
+    int _difSelection;
+    int _lvlSelection;
+    bool _buttonPressed;
+    string _menuScreen;
+    int _difficulty;
+    int _level;
+
+
 };
\ No newline at end of file