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:
- 25:1d3bf74dddeb
- Parent:
- 24:7770c7f27cdc
--- a/Game/Game.h Thu May 09 12:46:52 2019 +0000 +++ b/Game/Game.h Thu May 09 13:43:23 2019 +0000 @@ -5,7 +5,7 @@ #include "N5110.h" #include "Gamepad.h" #include "Menu.h" -#include "Smiley.h" +#include "Baby.h" #include "Maze.h" #include "Enemy1.h" #include "Enemy2.h" @@ -30,7 +30,8 @@ Game(); ~Game(); /** - * @brief Initiates coordinates of sprites and values + * @brief Init + * @details Initiates coordinates of sprites and values */ void init(); /** @@ -88,7 +89,7 @@ private: - Smiley smiley; + Baby baby; Maze maze; Menu menu; Direction dir;