Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Menu/Menu.h
- Revision:
- 10:279d3775d52c
- Parent:
- 9:fe86ddbf7799
- Child:
- 12:d3eef5ea3f43
diff -r fe86ddbf7799 -r 279d3775d52c Menu/Menu.h
--- 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