Snake vs Block Game to be run upon K64F.

Dependencies:   mbed

Revision:
56:142e9fdb77a8
Parent:
51:387249f9b333
Child:
81:4c1641e10dcd
--- a/GameObjects/SnakeFood/SnakeFood.h	Sat Apr 27 18:56:30 2019 +0000
+++ b/GameObjects/SnakeFood/SnakeFood.h	Sun Apr 28 16:56:08 2019 +0000
@@ -22,7 +22,7 @@
     *
     *   This function draws the SnakeFood sprite onto the screen.
     */
-    void draw(N5110 &lcd, int blockbuff);
+    void draw(N5110 &lcd);
     
     /** Update
     *