Snake vs Block Game to be run upon K64F.

Dependencies:   mbed

Revision:
56:142e9fdb77a8
Parent:
51:387249f9b333
Child:
59:c65a2e933c47
--- a/GameEngine/SnakevsBlock/SnakevsBlock.h	Sat Apr 27 18:56:30 2019 +0000
+++ b/GameEngine/SnakevsBlock/SnakevsBlock.h	Sun Apr 28 16:56:08 2019 +0000
@@ -44,18 +44,18 @@
     */
     void read_input(Gamepad &pad, FXOS8700CQ &device, int gm);
     
-    /** Update
-    *
-    *   This function contains the update functions of the other libraries used in the game.
-    */
-    int update(N5110 &lcd, Gamepad &pad, SDFileSystem &sd);
-    
     /** Draw 
     *
     *   This function contains the draw functions of the other libraries used in the game.
     */
     void draw(N5110 &lcd, Gamepad &pad);
     
+    /** Update
+    *
+    *   This function contains the update functions of the other libraries used in the game.
+    */
+    int update(N5110 &lcd, Gamepad &pad, SDFileSystem &sd);
+        
     /** Get Position
     *
     *   This function contains the Get Position functions of the otehr libraries used in the game.