Snake vs Block Game to be run upon K64F.

Dependencies:   mbed

Revision:
30:461231877c89
Parent:
5:e4df87957a5b
--- a/Settings/Settings.h	Sun Apr 14 10:24:59 2019 +0000
+++ b/Settings/Settings.h	Mon Apr 15 06:00:01 2019 +0000
@@ -12,9 +12,16 @@
     Settings();
     ~Settings();
     
+    /** Implement Settings
+    *
+    *   This function is used to configure settings.
+    */
+    
+    float * Implement(N5110 &lcd, Gamepad &pad, int st, float cs);
+    
     /** Initialise Settings
     *
-    *   This function is the constructor for settings.
+    *   This function shows the info for using settings.
     */
 
     void info(N5110 &lcd, Gamepad &pad);
@@ -56,7 +63,7 @@
     *   This function allows the user to hide/show credits.
     */
     
-
+    float cs_sc[2]; //this array helps to return Control speeds and Show credits parameters.
     
 
 };