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: Game/Game.h
- Revision:
- 19:1073cc64cb0b
- Parent:
- 18:ba4159ab4da7
- Child:
- 21:7d4827af00d6
diff -r ba4159ab4da7 -r 1073cc64cb0b Game/Game.h
--- a/Game/Game.h Wed May 08 15:01:45 2019 +0000
+++ b/Game/Game.h Wed May 08 18:12:27 2019 +0000
@@ -26,6 +26,7 @@
void damage(N5110 &lcd,Gamepad &pad);
void UI(Gamepad &pad,N5110 &lcd);
void death(N5110 &lcd, Gamepad &pad);
+ void display_health(N5110 &lcd);
int get_lives();
private:
@@ -37,6 +38,7 @@
Coin coin1;
Coin coin2;
Coin coin3;
+ Coin coin4;
Menu menu;
Direction dir;