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.
Diff: Game/Game.h
- Revision:
- 6:2ca1516ec1e2
- Parent:
- 3:b34685dbdb8d
- Child:
- 7:68e06dda79f7
--- a/Game/Game.h Sat Apr 06 14:42:34 2019 +0000
+++ b/Game/Game.h Wed Apr 10 11:03:07 2019 +0000
@@ -7,6 +7,7 @@
#include "Gamepad.h"
#include "Sprite.h"
#include "Player.h"
+#include "Level.h"
@@ -23,5 +24,6 @@
Direction _d;
float _mag;
Player _player;
+ Level _level;
};
#endif
\ No newline at end of file