Snake vs Block Game to be run upon K64F.

Dependencies:   mbed

Revision:
4:1fe015b66bb8
Parent:
3:fbb1fa853f09
Child:
5:e4df87957a5b
--- a/StartScreen/StartScreen.h	Sun Mar 17 09:54:49 2019 +0000
+++ b/StartScreen/StartScreen.h	Sun Mar 17 13:47:40 2019 +0000
@@ -40,6 +40,20 @@
     *
     *   This function obtains the user input on how they want to progress.
     */
+    
+    void menu_screen2(N5110 &lcd, Gamepad &pad);
+    
+    /** The Second Menu Screen
+    *
+    *   This function obtains the user input on the game type they would like to play.
+    */
+    
+    void menu_screen3(N5110 &lcd, Gamepad &pad);
+    
+    /** The Third Menu Screen
+    *
+    *   This function obtains the user input on the game speed that suits them.
+    */