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:
- 16:37d98c281eb3
- Parent:
- 15:a080c64cf301
- Child:
- 22:8e38efeae0c9
--- a/Menu/Menu.h Mon May 06 18:39:40 2019 +0000
+++ b/Menu/Menu.h Wed May 08 09:05:27 2019 +0000
@@ -170,13 +170,15 @@
public:
void init();
- void drawSprite(N5110 &lcd);
- void main(N5110 &lcd);
+ void main(N5110 &lcd,Gamepad &pad);
+ void newGame(N5110 &lcd,Gamepad &pad);
+ void info(N5110 &lcd,Gamepad &pad);
+ void credits(N5110 &lcd,Gamepad &pad);
Menu();
~Menu();
private:
-
+ bool play;
};