aboutsummaryrefslogtreecommitdiff
path: root/frontend/Player.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/Player.cpp')
-rw-r--r--frontend/Player.cpp4
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;
+}
+