aboutsummaryrefslogtreecommitdiffstats
path: root/include/entities.h
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-10-22 09:27:55 -0400
committerClyne Sullivan <tullivan99@gmail.com>2015-10-22 09:27:55 -0400
commitc99d7fb5e5c047709ccd4823e39ccb16c153eecb (patch)
tree9b77ae63cd8876e8d449ba4cb6ad82ad88b16b55 /include/entities.h
parent95f1817ebf57e54ca43181198c1782838f424492 (diff)
parentd15062f7f2563761660e665d0940d9c0d1a7883c (diff)
screw npcs
Diffstat (limited to 'include/entities.h')
-rw-r--r--include/entities.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/entities.h b/include/entities.h
index 30a0b0c..e71789a 100644
--- a/include/entities.h
+++ b/include/entities.h
@@ -59,6 +59,7 @@ public:
char* name;
GENDER gender;
GLuint texture[3]; //TODO: ADD TEXTURES
+ Texturec* tex;
void spawn(float, float);