Steven Mahasin / Mbed 2 deprecated DreamDungeon

Dependencies:   mbed MotionSensor

Revision:
53:93338b52489d
Parent:
34:1d5b4da3935e
Child:
58:c8d90bb7404a
--- a/Entity/Player/Bullets/Bullets.h	Thu May 09 07:47:58 2019 +0000
+++ b/Entity/Player/Bullets/Bullets.h	Thu May 09 08:02:07 2019 +0000
@@ -14,12 +14,6 @@
     virtual void draw(N5110 &lcd);
     virtual void take_damage(int damage);
     bool out_of_bounds_check(char * map, bool * doorways);
-
-private:
-    // Private Functions
-    char * get_frame();
-    // Member Variable
-    int direction;
 };
 
 const char bullets_sprite[3][3] = {{1,1,1},