Balint Bogdan 2645 project, 200966741

Dependents:   2645Game_el15bb

Revision:
4:c74ec3f409f9
Parent:
3:b24ef00836c5
Child:
5:449858a54971
--- a/Snake.h	Fri May 05 13:56:24 2017 +0000
+++ b/Snake.h	Fri May 05 14:37:44 2017 +0000
@@ -30,6 +30,8 @@
         void checkWallCollision(N5110 &lcd);
         int _length;
         int live;
+        float waitTime;
+        float waitCount;