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: Levelengine/Levelengine.h
- Revision:
- 27:e73dd64ef334
- Parent:
- 26:bce40bf4c9fc
- Child:
- 28:a38070a1cdcf
- Child:
- 29:d85886364643
diff -r bce40bf4c9fc -r e73dd64ef334 Levelengine/Levelengine.h
--- a/Levelengine/Levelengine.h Tue Apr 09 01:36:47 2019 +0000
+++ b/Levelengine/Levelengine.h Tue Apr 09 18:46:14 2019 +0000
@@ -4,7 +4,7 @@
#include "mbed.h"
#include "N5110.h"
#include "Gamepad.h"
-#include "Minerengine.h"
+#include "Miner.h"
const int solid_block[9] = {
@@ -81,7 +81,8 @@
bool key_collect4;
bool key_collect5;
int _keys;
- Minerengine _miner;
+ Miner _miner;
+ Direction _d;
};