aboutsummaryrefslogtreecommitdiffstats
path: root/include/mob.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mob.hpp')
-rw-r--r--include/mob.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mob.hpp b/include/mob.hpp
index 48be456..adaecb4 100644
--- a/include/mob.hpp
+++ b/include/mob.hpp
@@ -40,6 +40,7 @@ constexpr Mob *Mobp(Entity *e) {
class Page : public Mob {
private:
std::string pageTexPath;
+ GLuint pageTexture;
public:
Page(void);