aboutsummaryrefslogtreecommitdiffstats
path: root/include/entities.hpp
diff options
context:
space:
mode:
authorAndy <drumsetmonkey@gmail.com>2016-10-19 10:48:05 -0400
committerAndy <drumsetmonkey@gmail.com>2016-10-19 10:48:05 -0400
commit87bc18a63541c6e325170fbfacde2d7610a3b852 (patch)
tree237c8ade452c64ca5bb97be85421ce9ad90a8894 /include/entities.hpp
parentaff1681f6638f591e2c8281f63847550115a2a19 (diff)
parent4f838cdf582f0ace6d7de8cb376dfce7100fbea3 (diff)
CATATATATATATATTTTT (basic entities)
Diffstat (limited to 'include/entities.hpp')
-rw-r--r--include/entities.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/entities.hpp b/include/entities.hpp
index 95cbff7..e460a27 100644
--- a/include/entities.hpp
+++ b/include/entities.hpp
@@ -343,6 +343,8 @@ public:
std::string inside;
std::string textureLoc;
+ GLuint insideTex;
+
Structures();
~Structures();