diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-05-02 08:49:17 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-05-02 08:49:17 -0400 |
commit | 6a728a46d837384074228959d6330ba29e03aee0 (patch) | |
tree | 9a4deef7aea5c6b936eebdb01d8538744030d116 /include/mob.hpp | |
parent | afa34b3140979874d46a362e83dc0d1eebd137eb (diff) |
arena/page fixes
Diffstat (limited to 'include/mob.hpp')
-rw-r--r-- | include/mob.hpp | 1 |
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); |