diff options
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 adaecb4..00cd396 100644 --- a/include/mob.hpp +++ b/include/mob.hpp @@ -39,6 +39,7 @@ constexpr Mob *Mobp(Entity *e) { class Page : public Mob { private: + std::string cId, cValue; std::string pageTexPath; GLuint pageTexture; public: |