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:
- 6:a2c72def99f9
- Parent:
- 4:17d5b53b8815
- Child:
- 7:8d381315f72c
diff -r a919651ebf36 -r a2c72def99f9 Game/Game.h --- a/Game/Game.h Tue May 26 17:14:44 2020 +0000 +++ b/Game/Game.h Tue May 26 18:14:03 2020 +0000 @@ -7,6 +7,12 @@ #include <vector> #include "Menu.h" +/** Game Class +* @brief controls the functioning of the game +* @author Alessandro Carboni +* @date Apr, 2020 +*/ + class Game {