aboutsummaryrefslogtreecommitdiff
path: root/frontend/Player.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-30 22:42:45 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-30 22:42:45 +0100
commitda92752a5f9ea2c301ae0d541ae28caf3589f097 (patch)
treed111fd4293efc2a6a8afbe0cd49f29f9e9c98034 /frontend/Player.h
parentff7390073ad42b9584aa2c509669867edab8c2f6 (diff)
update view command
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();