From d8b164e4727c887979d4da6a4011a444749862fc Mon Sep 17 00:00:00 2001 From: Simponic Date: Thu, 13 Aug 2020 12:07:52 -0600 Subject: Better file structure, stuff is better in general --- src/bullet.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 src/bullet.h (limited to 'src/bullet.h') diff --git a/src/bullet.h b/src/bullet.h deleted file mode 100644 index 3392ee4..0000000 --- a/src/bullet.h +++ /dev/null @@ -1,24 +0,0 @@ -#ifndef bullet_h -#define bullet_h - -#define BULLET_SPEED 10 -#define BULLET_LIFE 40 - -#include "point.h" -#include "velocity.h" -#include "flyingObject.h" - -class Bullet : public FlyingObject -{ -private: - int framesAlive; - -public: - Bullet( const Point &point ); - int getFramesAlive() const { return framesAlive; }; - void fire( const Velocity &velocity , const float angle ); - void advance(); -}; - - -#endif /* bullet_h */ -- cgit v1.2.3-70-g09d2