aboutsummaryrefslogtreecommitdiff
path: root/backend/Enemy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backend/Enemy.cpp')
-rw-r--r--backend/Enemy.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/Enemy.cpp b/backend/Enemy.cpp
index bb39359..9d3b26d 100644
--- a/backend/Enemy.cpp
+++ b/backend/Enemy.cpp
@@ -8,3 +8,5 @@ const String & Enemy::get_name() const { return this->name; }
void Enemy::set_description(const String & description) { this->description = description; }
const String & Enemy::get_description() const { return this->description; }
+unsigned Enemy::get_health() const { return this->health_points; }
+