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.h
- Revision:
- 15:2bda80896a84
- Parent:
- 14:dc3524d11921
- Child:
- 16:8384e9a480ef
--- a/Levelengine.h Fri Mar 29 00:30:03 2019 +0000
+++ b/Levelengine.h Fri Mar 29 19:03:10 2019 +0000
@@ -19,15 +19,11 @@
Levelengine();
~Levelengine();
- void central_cavern(N5110 &lcd);
- void collision_points(N5110 &lcd, Gamepad &pad);
+ void level_one(N5110 &lcd);
private:
-
- Minerengine miner;
- int collision;
-
+ int _collision;
};