aboutsummaryrefslogtreecommitdiffstats
path: root/include/entities.hpp
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-04-28 11:49:19 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-04-28 11:49:19 -0400
commit992969772def3578acbd1cef0155333636f75862 (patch)
tree2794c7591bb463d5fe28a669eb97d211d72f4501 /include/entities.hpp
parent4f0dff18e4680d9bb4e7efc9cffdb0b63937533c (diff)
parent62df9319f06bb52da8878522117ebe85fc5226b5 (diff)
Merge branch 'master' of https://github.com/tcsullivan/gamedev
Diffstat (limited to 'include/entities.hpp')
-rw-r--r--include/entities.hpp1
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();