From 122253871c5e01197741c105a1c6159f960a57a8 Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Wed, 5 Jan 2022 16:39:54 +0100 Subject: FINALLY add cowboy --- src/entity.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/entity.hpp') 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(); }; -- cgit v1.2.3