From 70ea8877ace50d2ce609d7d5f721c887b0ea83ec Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Wed, 12 Aug 2020 14:13:50 -0600 Subject: Added files --- src/bullet.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/bullet.h (limited to 'src/bullet.h') diff --git a/src/bullet.h b/src/bullet.h new file mode 100644 index 0000000..ff9bb80 --- /dev/null +++ b/src/bullet.h @@ -0,0 +1,16 @@ +#ifndef BULLET_H +#define BULLET_H + +#include "velocity.h" +#include "point.h" +#include "UFO.h" + +class Bullet: public UFO +{ + public: + Bullet(); + void draw(); + void fire( Point point , float angle ); +}; + +#endif -- cgit v1.2.3-70-g09d2