diff options
Diffstat (limited to 'frontend/Player.cpp')
-rw-r--r-- | frontend/Player.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/Player.cpp b/frontend/Player.cpp index fde85e6..85c4fff 100644 --- a/frontend/Player.cpp +++ b/frontend/Player.cpp @@ -66,3 +66,7 @@ void Player::take_damage(unsigned int dmg) { } } +Location & Player::get_location() const { + return this->location; +} + |