runner

Dependencies:   mbed

Revision:
4:7fca66882a00
Parent:
3:59e67155e2dd
Child:
6:ee273baff27c
--- a/Obstacle/Obstacle.h	Thu May 09 05:01:02 2019 +0000
+++ b/Obstacle/Obstacle.h	Thu May 09 06:17:43 2019 +0000
@@ -13,7 +13,7 @@
     ~Obstacle();
     void init(int y,int height,int width);
     void draw(N5110 &lcd);
-    void update();
+    void update(bool ran);
     Vector2D get_pos();
 
 private: