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.
Dependencies: mbed
Diff: Menu/Menu.h
- Revision:
- 11:b66170249a26
- Parent:
- 9:fff2009f826e
- Child:
- 12:ebaefda53dd0
--- a/Menu/Menu.h Tue Mar 26 11:03:05 2019 +0000
+++ b/Menu/Menu.h Thu Mar 28 21:27:05 2019 +0000
@@ -20,8 +20,11 @@
void run_game_engine(N5110 &lcd, Gamepad &gamepad);
private:
+ void print_intro_text(N5110 &lcd);
+
Engine _game_engine;
int _game_counter;
+ bool _start_platform;
};
#endif