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 FXOS8700CQ mbed-rtos
Diff: Game_three/Game_three.h
- Revision:
- 25:31111e6e13ad
- Parent:
- 21:704d938acf5d
- Child:
- 26:c60becf3f840
--- a/Game_three/Game_three.h Mon Apr 29 20:54:20 2019 +0000 +++ b/Game_three/Game_three.h Mon Apr 29 20:59:49 2019 +0000 @@ -1,9 +1,3 @@ -/** Game Three Class -* @brief This class is the game engine for the third mini-game -* @version 1.0 -* @author Yiu Fai Kwok -* @date 22 April, 2019 -*/ #ifndef GAME_THREE_H #define GAME_THREE_H @@ -14,6 +8,13 @@ #include "Book.h" #include "Message.h" +/** Game Three Class +* @brief This class is the game engine for the third mini-game +* @version 1.0 +* @author Yiu Fai Kwok +* @date 22 April, 2019 +*/ + class Game_three {