diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-10-18 20:26:12 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-10-18 20:26:12 -0400 |
commit | 4f838cdf582f0ace6d7de8cb376dfce7100fbea3 (patch) | |
tree | 1b22a46e0e14bb769434b12c18e41df3c6d0dce8 /include/entities.hpp | |
parent | 02993cd8697970db97a7dd7a67a893ad8dce45a3 (diff) |
indoor world work
Diffstat (limited to 'include/entities.hpp')
-rw-r--r-- | include/entities.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/entities.hpp b/include/entities.hpp index 49598bd..945e8c8 100644 --- a/include/entities.hpp +++ b/include/entities.hpp @@ -343,6 +343,8 @@ public: std::string inside; std::string textureLoc; + GLuint insideTex; + Structures(); ~Structures(); |