ELEC2645 (2019/20) / Mbed 2 deprecated ELEC2645_Project_el19tb

Dependencies:   mbed

Revision:
5:6e3afee7eac3
Parent:
4:aae7f8d4ab78
Child:
8:52794de935b2
--- a/CrossyChicken/CrossyChicken.h	Wed May 06 16:53:18 2020 +0000
+++ b/CrossyChicken/CrossyChicken.h	Thu May 07 05:35:50 2020 +0000
@@ -28,10 +28,12 @@
          
         void moveChicken(int xWay, int yWay);
         
-        void moveCar();
+        void moveCar(Car *car, int dir, int x);
         void move();
         
         void setup();
+        void collision(Car* object);
+
          
     private:
 };