From f4e392912a3812b602f787c6db30296cea14962e Mon Sep 17 00:00:00 2001 From: Simponic Date: Fri, 6 Nov 2020 11:48:27 -0700 Subject: Added files --- src/bullet.h | 7 +++++++ 1 file changed, 7 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..6aee4b0 --- /dev/null +++ b/src/bullet.h @@ -0,0 +1,7 @@ +#include "object.h" + +class Bullet : public Object { + public: + Bullet(const Point &point, const Velocity &velocity) : Object(point, velocity) { + } +} -- cgit v1.2.3-70-g09d2