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:
- 11:953141c3f7dd
- Parent:
- 9:b272864b8355
- Child:
- 12:200a1266ceee
diff -r 7ba63530dc04 -r 953141c3f7dd Game/Game.h --- a/Game/Game.h Mon Apr 29 22:08:22 2019 +0000 +++ b/Game/Game.h Thu May 02 17:50:39 2019 +0000 @@ -7,6 +7,7 @@ #include "Smiley.h" #include "Maze.h" #include "mC.h" +#include "Enemy1.h" class Game{ @@ -23,6 +24,7 @@ Smiley smiley; Maze maze; + Enemy1 enemy1; Direction dir; float mag;