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:
- 32:5dc769ba4a58
- Parent:
- 29:d85886364643
- Child:
- 33:023f57d52b1c
--- a/Gameengine/Gameengine.h Wed Apr 10 14:29:14 2019 +0000
+++ b/Gameengine/Gameengine.h Wed Apr 10 17:19:51 2019 +0000
@@ -6,7 +6,7 @@
#include "Gamepad.h"
#include "Miner.h"
#include "Level1.h"
-#include "Levelengine.h"
+
class Gameengine
{
@@ -38,7 +38,6 @@
Direction _d;
Level1 _l1;
Timer t;
- Levelengine _level;
Key _k;
};