feat: player health status updates HUD

This commit is contained in:
Sara 2025-08-31 14:07:03 +02:00
parent 7b231bd0f3
commit e6af6557e0
3 changed files with 17 additions and 0 deletions

View file

@ -14,6 +14,7 @@ protected:
public:
void set_health(int health);
int get_health() const;
int get_max_health() const;
void damage(int amount);
void heal(int amount);