diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-05-05 09:27:39 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-05-05 09:27:39 -0400 |
commit | 1a1640760502081c2dcded90cff351163fabce76 (patch) | |
tree | 5f6b4f493fe57916261b22950a55482fbee6b7fe /include/mob.hpp | |
parent | 095293277dbca80e91c4f25b05923b7cb3a79396 (diff) |
bricing, controls jumps and sprints
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: |