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:
- 17:ce6b54422113
- Parent:
- 16:37d98c281eb3
- Child:
- 18:ba4159ab4da7
diff -r 37d98c281eb3 -r ce6b54422113 Game/Game.h
--- a/Game/Game.h Wed May 08 09:05:27 2019 +0000
+++ b/Game/Game.h Wed May 08 13:03:24 2019 +0000
@@ -24,7 +24,8 @@
void movement(Gamepad &pad,N5110 &lcd);
void damage(N5110 &lcd,Gamepad &pad);
void UI(Gamepad &pad,N5110 &lcd);
- bool death(int lives);
+ void death(N5110 &lcd, Gamepad &pad);
+ int get_lives();
private: