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_one/Game_one.h
- Revision:
- 25:31111e6e13ad
- Parent:
- 20:50ad2dad310d
- Child:
- 29:75a05e9f0e8d
diff -r 366f87cc3ca3 -r 31111e6e13ad Game_one/Game_one.h
--- a/Game_one/Game_one.h Mon Apr 29 20:54:20 2019 +0000
+++ b/Game_one/Game_one.h Mon Apr 29 20:59:49 2019 +0000
@@ -1,9 +1,3 @@
-/** Game One Class
-* @brief This class is the game engine for the first mini-game
-* @version 1.0
-* @author Yiu Fai Kwok
-* @date Match, 2019
-*/
#ifndef GAME_ONE_H
#define GAME_ONE_H
@@ -15,6 +9,13 @@
#include "Game_one_cha.h"
#include "Score.h"
+/** Game One Class
+* @brief This class is the game engine for the first mini-game
+* @version 1.0
+* @author Yiu Fai Kwok
+* @date Match, 2019
+*/
+
class Game_one
{