diff options
Diffstat (limited to 'frontend/Player.h')
-rw-r--r-- | frontend/Player.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/Player.h b/frontend/Player.h index c01c86a..249a129 100644 --- a/frontend/Player.h +++ b/frontend/Player.h @@ -43,6 +43,7 @@ public: void take_damage(unsigned int dmg); float get_attack() const; unsigned get_health() const; + Location & get_location() const; private: void cmdset_default(); |