Snake vs Block Game to be run upon K64F.

Dependencies:   mbed

Revision:
63:205f0ca48473
Parent:
60:d3a9e0e4a0de
Child:
65:2872ca289b49
--- a/MenuClasses/Settings/Settings.h	Tue Apr 30 14:53:38 2019 +0000
+++ b/MenuClasses/Settings/Settings.h	Wed May 01 22:35:40 2019 +0000
@@ -19,6 +19,13 @@
     
     float * Implement(N5110 &lcd, Gamepad &pad, float cs);
     
+    /** Info
+    *
+    *   This function shows the info for using settings.
+    */
+
+    void info(N5110 &lcd, Gamepad &pad);
+    
     /** Call Functions
     *
     *   This function calls respective settings menu as per the contol entries by the user.
@@ -26,13 +33,6 @@
 
     void CallFunctions(N5110 &lcd, Gamepad &pad, int st);
     
-    /** Info
-    *
-    *   This function shows the info for using settings.
-    */
-
-    void info(N5110 &lcd, Gamepad &pad);
-    
     /** controlSensitivity
     *
     *   This function essentialy enables the user to select the sensitivity of the game controls