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:
- 19:33c77517cb88
- Parent:
- 16:7c612029d9c9
- Child:
- 21:a0f3651f56c4
--- a/menu/Menu.h Wed May 20 14:37:02 2020 +0000
+++ b/menu/Menu.h Thu May 21 13:54:14 2020 +0000
@@ -4,6 +4,7 @@
#include "mbed.h"
#include "N5110.h"
#include "Gamepad.h"
+#include "Highscore.h"
/** menu Class
@@ -21,6 +22,7 @@
void draw(N5110 &lcd);
void update(Gamepad &pad);
void instructions(N5110 &lcd, Gamepad &pad);
+ void highs_screen(N5110 &lcd, Gamepad &pad, Highscore &hs, SDFileSystem &sd);
int getmode();