Steven Mahasin / Mbed 2 deprecated DreamDungeon

Dependencies:   mbed MotionSensor

Revision:
13:d04a6caba40d
Parent:
12:a1c1991835ca
Child:
16:ddb203a74dfc
--- a/Entity/Headless/Headless.h	Tue Apr 23 22:59:12 2019 +0000
+++ b/Entity/Headless/Headless.h	Wed Apr 24 02:33:33 2019 +0000
@@ -11,7 +11,6 @@
     // Functions
     virtual void move(float, float);
     virtual int * get_frame();
-    virtual void chkdmg();
     
 };