Snake vs Block Game to be run upon K64F.

Dependencies:   mbed

Revision:
35:ce47cde57bd3
Parent:
34:89f53ffc81bb
Child:
38:30e4e6191762
diff -r 89f53ffc81bb -r ce47cde57bd3 StartScreen/StartScreen.h
--- a/StartScreen/StartScreen.h	Wed Apr 17 08:54:40 2019 +0000
+++ b/StartScreen/StartScreen.h	Wed Apr 17 09:15:43 2019 +0000
@@ -76,6 +76,18 @@
     */
     void game_speed(N5110 &lcd, Gamepad &pad, SDFileSystem &sd);
     
+    /** Implementing GS
+    *
+    *   This function just decides what has to be done next.
+    */
+    void ImplementGS(N5110 &lcd, Gamepad &pad);
+    
+    /** Displaying GAME speed Contents
+    *
+    *   This function just displays game_speed contents.
+    */
+    void DisplayGSContents(N5110 &lcd, Gamepad &pad);
+    
     
     int fps; // this sends over the game speed
     int i;