aboutsummaryrefslogtreecommitdiff
path: root/frontend/Player.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/Player.h')
-rw-r--r--frontend/Player.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/Player.h b/frontend/Player.h
index 6d333f5..c01c86a 100644
--- a/frontend/Player.h
+++ b/frontend/Player.h
@@ -41,7 +41,8 @@ public:
public:
void take_damage(unsigned int dmg);
- float get_attack();
+ float get_attack() const;
+ unsigned get_health() const;
private:
void cmdset_default();