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:
- 30:91038c2afec7
- Parent:
- 29:4a02f0bae202
- Child:
- 31:e681177037ef
--- a/Game/Game.h Thu Apr 04 22:04:10 2019 +0000
+++ b/Game/Game.h Fri Apr 05 13:54:34 2019 +0000
@@ -10,6 +10,7 @@
#endif
#include "Gamepad.h"
#include "mbed.h"
+
/** Game class
*@brief A class used to instantiate a cube object, this is the obstacle in the game
*@author Christopher Doel
@@ -121,9 +122,9 @@
void play();
/** @brief Begin the execution of the game
*/
-
-
-
+ void homeScreen();
+ /** @brief Displays the home screen
+ */
void helpScreen();
/** @brief Display the help screens
*/
@@ -137,7 +138,5 @@
void run();
/** @brief Executes the main loop
*/
- void homeScreen();
- /** @brief Displays the home screen
- */
+
};
\ No newline at end of file