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/Gameengine.h
- Revision:
- 25:7fb1b6fa9137
- Parent:
- 23:1ee8686af747
diff -r 9c7aca60e374 -r 7fb1b6fa9137 Gameengine/Gameengine.h
--- a/Gameengine/Gameengine.h Mon Apr 08 18:17:10 2019 +0000
+++ b/Gameengine/Gameengine.h Mon Apr 08 22:31:07 2019 +0000
@@ -21,6 +21,7 @@
void lose_life(N5110 &lcd);
bool game_over();
void next_level(N5110 &lcd);
+ void miner_pos();
private: