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:
- 44:a6a361bea806
- Parent:
- 30:711d722f3cef
- Child:
- 45:fe5fc85a5c73
--- a/Menu/Menu.h Wed May 08 15:50:40 2019 +0000 +++ b/Menu/Menu.h Wed May 08 16:46:21 2019 +0000 @@ -4,6 +4,7 @@ #include "mbed.h" #include "N5110.h" #include "Gamepad.h" +#include "Ship.h" class Menu { @@ -13,7 +14,7 @@ // Displays title screen void init(int ycursor); - void title(N5110 &lcd, int shipno); + void title(N5110 &lcd, SHIP shipUsed); void update(Direction d); int get_ycursor(); int get_xcursor();