ELEC2645 (2017/18) / Mbed OS el16ajm
Revision:
15:130900e5c268
Parent:
14:a57a40ff9430
Child:
16:4d329ce7b156
--- a/Engine/Engine.h	Tue May 08 13:15:41 2018 +0000
+++ b/Engine/Engine.h	Tue May 08 14:06:47 2018 +0000
@@ -21,7 +21,7 @@
     /** Destructor */
     ~Engine();
 
-    /** Initialization function   */
+    /** Initialisation function   */
     void init();
 
     /** Reads and stores the current inputs from the gamepad
@@ -77,6 +77,6 @@
     void lvlTwo();
     void lvlThree();
     bool checkFood();
-    void growSnake(Gamepad &pad);
+    void growSnake();
     void checkGameOverAndSetGrid();
 };
\ No newline at end of file