Steven Mahasin / Mbed 2 deprecated DreamDungeon

Dependencies:   mbed MotionSensor

Revision:
12:a1c1991835ca
Parent:
10:1a3499f6b583
Child:
13:d04a6caba40d
--- a/Entity/Bullets/Bullets.h	Tue Apr 23 03:10:09 2019 +0000
+++ b/Entity/Bullets/Bullets.h	Tue Apr 23 22:59:12 2019 +0000
@@ -9,9 +9,11 @@
 //    Bullets(float, float);
 //    
 //    // Functions
-//    virtual void move(float, float);
+//    virtual void move(float x, float y, int);
 //    virtual void chkdmg();
+//    
+//    private:
+//    const float bullet_velocity = 0.5;
 //};
-//const float bullet_velocity = 0.5;
 //
 //#endif
\ No newline at end of file