Steven Mahasin / Mbed 2 deprecated DreamDungeon

Dependencies:   mbed MotionSensor

Entity/Bullets/Bullets.h

Committer:
el17sm
Date:
2019-04-23
Revision:
12:a1c1991835ca
Parent:
10:1a3499f6b583
Child:
13:d04a6caba40d

File content as of revision 12:a1c1991835ca:

//#ifndef BULLETS_H
//#define BULLETS_H
//#include "Entity.h"
//
//class Bullets : public Entity {
//    
//    public:
//    // Constructor
//    Bullets(float, float);
//    
//    // Functions
//    virtual void move(float x, float y, int);
//    virtual void chkdmg();
//    
//    private:
//    const float bullet_velocity = 0.5;
//};
//
//#endif