Snake vs Block Game to be run upon K64F.

Dependencies:   mbed

Revision:
53:527cf297b088
Parent:
51:387249f9b333
Child:
68:b9cfd27987ac
--- a/GameObjects/Snake/Snake.h	Fri Apr 26 18:44:45 2019 +0000
+++ b/GameObjects/Snake/Snake.h	Fri Apr 26 19:09:39 2019 +0000
@@ -24,7 +24,7 @@
     *
     *   This function draws the Snake sprite onto the screen at the specified coordinates.
     */
-    void draw(Gamepad &pad, N5110 &lcd, int length, int level);
+    void draw(N5110 &lcd, int length, int level);
     
     /** Update
     *