Steven Mahasin / Mbed 2 deprecated DreamDungeon

Dependencies:   mbed MotionSensor

Revision:
29:6b8411bb040a
Parent:
27:a1b41626f57c
--- a/Entity/Bullets/Bullets.h	Thu May 02 21:30:49 2019 +0000
+++ b/Entity/Bullets/Bullets.h	Sat May 04 15:39:20 2019 +0000
@@ -10,10 +10,10 @@
     Bullets(float, float, int);
 
     // 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);
-    bool out_of_bounds_check(int * map);
+    bool out_of_bounds_check(int * map, bool * doorways);
 
 private:
     // Member Variable