Steven Mahasin / Mbed 2 deprecated DreamDungeon

Dependencies:   mbed MotionSensor

Revision:
29:6b8411bb040a
Parent:
28:98848e6a77a2
diff -r 98848e6a77a2 -r 6b8411bb040a Entity/Health/Health.h
--- a/Entity/Health/Health.h	Thu May 02 21:30:49 2019 +0000
+++ b/Entity/Health/Health.h	Sat May 04 15:39:20 2019 +0000
@@ -9,7 +9,7 @@
     Health(float, float);
 
     // Functions
-    virtual void move(float, float, int * map);
+    virtual void move(float, float, int * map, bool * doorways);
     virtual int * get_frame();
     virtual void take_damage(int);