ELEC2645 (2018/19) / Mbed 2 deprecated el17cd

Dependencies:   mbed

Revision:
29:4a02f0bae202
Parent:
28:f8ff7c8c1627
Child:
30:91038c2afec7
--- a/Game/Game.h	Thu Apr 04 21:47:00 2019 +0000
+++ b/Game/Game.h	Thu Apr 04 22:04:10 2019 +0000
@@ -10,7 +10,6 @@
 #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
@@ -122,6 +121,9 @@
     void play();
     /** @brief Begin the execution of the game
     */
+    
+
+    
     void helpScreen();
     /** @brief Display the help screens
     */
@@ -133,9 +135,9 @@
     /**brief The constructor of the Face class which instantiates the game object.
     */
    void run();
-    /** @brief Executes the game loop
+    /** @brief Executes the main loop
     */
-   void homeScreen();
-    /** @brief Executed the home screen loop
+    void homeScreen();
+    /** @brief Displays the home screen
     */
 };
\ No newline at end of file