aboutsummaryrefslogtreecommitdiffstats
path: root/src/entity.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/entity.hpp')
-rw-r--r--src/entity.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/entity.hpp b/src/entity.hpp
index 0b170ab..dd8a810 100644
--- a/src/entity.hpp
+++ b/src/entity.hpp
@@ -25,6 +25,9 @@ class Entity {
double time;
Vector2 direction;
Weapon * wp;
+ Image img;
+ Texture2D tex;
+
Entity();
~Entity();
};