meurig phillips snake game - accidentally published to my account instead of to the group!

Dependencies:   Joystick N5110 SDFileSystem beep fsmMenu mbed

Fork of SnakeProjectRev1 by Meurig Phillips

Revision:
17:4e6f0f7f22fb
Parent:
16:68b9460d4c76
Child:
19:8907a82ebe09
--- a/main.h	Wed May 04 15:16:12 2016 +0000
+++ b/main.h	Wed May 04 17:31:25 2016 +0000
@@ -119,6 +119,10 @@
 Contains all logic for the snake game and displays accordingly
 */
 void gameLogic();
+/**
+Main loop for the game
+*/
+void mainGame();
 
 
 #endif
\ No newline at end of file