Adam Baker 201166301

Dependencies:   mbed Gamepad N5110

Revision:
44:03059810630d
Parent:
43:11c5d098ce9d
Child:
46:69d2d87f78a0
--- a/BlockheadEngine/BlockheadEngine.h	Wed May 08 22:00:17 2019 +0000
+++ b/BlockheadEngine/BlockheadEngine.h	Thu May 09 10:51:42 2019 +0000
@@ -11,11 +11,11 @@
 /** BlockheadEngine Class
  * @brief Class for running the game
  * @author Adam P. Baker
+ * @date 9 May 2019
  */
 
 class BlockheadEngine
 {
-    
 public:
     /** Constructor */
     BlockheadEngine();
@@ -27,7 +27,7 @@
     void init();
     
     /** Intialises variables in blockhead class and level class and _pos struck (except level number which it keeps the same) */
-    void continueInit();
+    void continue_init();
     
     /** runs the game 'blockhead'
     *@param N5110 class which controlls lcd screen