aboutsummaryrefslogtreecommitdiff
path: root/backend/Player.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/Player.h')
-rw-r--r--backend/Player.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/Player.h b/backend/Player.h
index 061f13c..bf9815c 100644
--- a/backend/Player.h
+++ b/backend/Player.h
@@ -31,7 +31,9 @@ public:
public:
void take_damage(unsigned int dmg);
+ void add_health(unsigned int bonus);
float get_attack() const;
+ void add_attack(float bonus);
unsigned get_health() const;
Location & get_location() const;
void set_location(Location &);