From e31239dda9677731c64952360508476e9891ead9 Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Tue, 4 Jan 2022 16:05:26 +0100 Subject: add headers --- src/entity.hpp | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/entity.hpp') diff --git a/src/entity.hpp b/src/entity.hpp index 995c0b4..190df40 100644 --- a/src/entity.hpp +++ b/src/entity.hpp @@ -1,14 +1,25 @@ +/*********************************/ +/* THRESHOLD ( // */ +/* entityh ( )/ */ +/* by salade )(/ */ +/* ________________ ( /) */ +/* ()__)____________))))) :^} */ +/*********************************/ + #ifndef ENEMY_H_ #define ENEMY_H_ #include "window.hpp" +#include "weapon.hpp" + class Entity { public: int hp; float posX; float posY; Vector2 direction; + Weapon * wp; Entity(); ~Entity(); }; -- cgit v1.2.3