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:
- 26:bce40bf4c9fc
- Parent:
- 23:1ee8686af747
--- a/Gameengine/Gameengine.h Mon Apr 08 18:17:10 2019 +0000
+++ b/Gameengine/Gameengine.h Tue Apr 09 01:36:47 2019 +0000
@@ -21,9 +21,10 @@
void lose_life(N5110 &lcd);
bool game_over();
void next_level(N5110 &lcd);
+ //void miner_pos();
private:
-
+
Minerengine _miner;
Direction _d;
int _level_select;