Steven Mahasin / Mbed 2 deprecated DreamDungeon

Dependencies:   mbed MotionSensor

Revision:
10:1a3499f6b583
Child:
12:a1c1991835ca
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Entity/Bullets/Bullets.h	Sun Apr 21 23:23:35 2019 +0000
@@ -0,0 +1,17 @@
+//#ifndef BULLETS_H
+//#define BULLETS_H
+//#include "Entity.h"
+//
+//class Bullets : public Entity {
+//    
+//    public:
+//    // Constructor
+//    Bullets(float, float);
+//    
+//    // Functions
+//    virtual void move(float, float);
+//    virtual void chkdmg();
+//};
+//const float bullet_velocity = 0.5;
+//
+//#endif
\ No newline at end of file