Owen Cavender 201159294

Dependencies:   mbed Gamepad2

Revision:
9:a69a6a06dddf
Parent:
8:997f90c88246
Child:
10:ee781d18e0f6
diff -r 997f90c88246 -r a69a6a06dddf snake.h
--- a/snake.h	Thu May 28 18:50:56 2020 +0000
+++ b/snake.h	Thu May 28 19:16:52 2020 +0000
@@ -31,7 +31,7 @@
 
 
 
-    void render_clear_tail();
+    void render_clear_tail(N5110 &lcd);
     void get_direction(Gamepad &pad);
     void move_snake();
     void get_time(Timer &timer);
@@ -64,6 +64,9 @@
     int _y1;
     int _y2;
     int _y3;
+    
+    int _apx;
+    int _apy;
 
 //Vector2D SK0;
 //Vector2D SK1;