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:
- 42:d81c008b0436
- Parent:
- 41:0cf320f73424
- Child:
- 44:e29458976114
--- a/Gameengine/Gameengine.h Tue Apr 16 02:01:53 2019 +0000
+++ b/Gameengine/Gameengine.h Tue Apr 16 18:18:44 2019 +0000
@@ -5,7 +5,7 @@
#include "N5110.h"
#include "Gamepad.h"
#include "Sprites.h"
-#include "Level1.h"
+#include "Levels.h"
@@ -59,7 +59,7 @@
Sprites _sprites;
Direction _d;
- Level1 _l1;
+ Levels _lev;
Timer _t;