diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2022-01-05 16:39:54 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2022-01-05 16:39:54 +0100 |
commit | 122253871c5e01197741c105a1c6159f960a57a8 (patch) | |
tree | 453cfd5e6660bf876c24472bfcd41e530f7eb4d2 /src/entity.hpp | |
parent | release v0.0.2 (diff) | |
download | threshold-122253871c5e01197741c105a1c6159f960a57a8.tar.gz threshold-122253871c5e01197741c105a1c6159f960a57a8.tar.bz2 threshold-122253871c5e01197741c105a1c6159f960a57a8.tar.xz threshold-122253871c5e01197741c105a1c6159f960a57a8.tar.zst threshold-122253871c5e01197741c105a1c6159f960a57a8.zip |
FINALLY add cowboy
Diffstat (limited to 'src/entity.hpp')
-rw-r--r-- | src/entity.hpp | 3 |
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(); }; |