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: Gameengine.h
- Revision:
- 20:78bd235f8caa
- Parent:
- 19:4789cb4ca550
--- a/Gameengine.h Mon Apr 01 23:55:24 2019 +0000
+++ b/Gameengine.h Tue Apr 02 23:40:28 2019 +0000
@@ -20,6 +20,7 @@
void draw(N5110 &lcd);
void lose_life(N5110 &lcd);
bool game_over();
+ void next_level(N5110 &lcd);
private: