Steven Mahasin / Mbed 2 deprecated DreamDungeon

Dependencies:   mbed MotionSensor

Revision:
37:a404860171a9
Parent:
34:1d5b4da3935e
Child:
58:c8d90bb7404a
--- a/Entity/Collectibles/Health/Health.h	Tue May 07 01:11:07 2019 +0000
+++ b/Entity/Collectibles/Health/Health.h	Tue May 07 03:47:39 2019 +0000
@@ -12,10 +12,6 @@
     virtual void move(float, float, char * map, bool * doorways);
     virtual void draw(N5110 &unused);
     virtual void take_damage(int);
-
-private:
-    // Private Functions
-    char * get_frame();
 };
 
 const char health_sprite[7][7] = {