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: Game/Game.h
- Revision:
- 12:200a1266ceee
- Parent:
- 11:953141c3f7dd
- Child:
- 13:c3b550fc2445
diff -r 953141c3f7dd -r 200a1266ceee Game/Game.h
--- a/Game/Game.h Thu May 02 17:50:39 2019 +0000
+++ b/Game/Game.h Thu May 02 19:59:05 2019 +0000
@@ -8,6 +8,7 @@
#include "Maze.h"
#include "mC.h"
#include "Enemy1.h"
+#include "Enemy2.h"
class Game{
@@ -25,6 +26,7 @@
Smiley smiley;
Maze maze;
Enemy1 enemy1;
+ Enemy2 enemy2;
Direction dir;
float mag;