diff options
Diffstat (limited to 'include/entities.hpp')
-rw-r--r-- | include/entities.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/entities.hpp b/include/entities.hpp index 567380a..8620206 100644 --- a/include/entities.hpp +++ b/include/entities.hpp @@ -281,6 +281,7 @@ public: class Player : public Entity{ public: + Entity *ride; QuestHandler qh; Player(); |