diff options
Diffstat (limited to 'frontend/Player.h')
-rw-r--r-- | frontend/Player.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/Player.h b/frontend/Player.h index ae3c520..40d47ad 100644 --- a/frontend/Player.h +++ b/frontend/Player.h @@ -5,6 +5,7 @@ #include <string> class Dungeon; +class Location; enum FollowupAction { NONE, @@ -24,6 +25,7 @@ private: // TODO: WeaponObject[] // TODO: GoldObject[] // TODO: ArmorObject[] + Location & location; public: Player(Dungeon & dungeon); |