ELEC2645 (2018/19) / Mbed 2 deprecated el17cd

Dependencies:   mbed

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