diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2015-10-04 19:35:27 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2015-10-04 19:35:27 -0400 |
commit | 63dc9b399db9faef611c31629e0265b954d74197 (patch) | |
tree | 24da206125a30159d1f7b312ea114bfd9a9c14d6 /include/entities.h | |
parent | aa73352387af9efc77495ebdac6d19fb276dd75a (diff) |
Added texture support and textures
Diffstat (limited to 'include/entities.h')
-rw-r--r-- | include/entities.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/entities.h b/include/entities.h index b58d569..d4df811 100644 --- a/include/entities.h +++ b/include/entities.h @@ -30,7 +30,7 @@ public: char* name; GENDER gender; - unsigned int texture[]; //TODO: ADD TEXTURES + unsigned int texture; //TODO: ADD TEXTURES void spawn(float, float); |