diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2015-10-22 09:23:08 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2015-10-22 09:23:08 -0400 |
commit | c6739a753e31e8d239b662fbfc7d9ac7e7c0621e (patch) | |
tree | b481b819ef312f00567401adce4caab05127188d /include/entities.h | |
parent | fd79887f68775b781ed7f00b98aea28f1d9caa4d (diff) |
Commented more of entities, added new texture namespace and class
Diffstat (limited to 'include/entities.h')
-rw-r--r-- | include/entities.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/entities.h b/include/entities.h index fab2ca5..f9fe842 100644 --- a/include/entities.h +++ b/include/entities.h @@ -57,6 +57,7 @@ public: char* name; GENDER gender; GLuint texture[3]; //TODO: ADD TEXTURES + Texturec* tex; void spawn(float, float); |