More refactoring in prep for a real design.

This commit is contained in:
Zed A. Shaw 2024-08-21 18:34:46 -04:00
parent b9e9119832
commit e35536c7e3
10 changed files with 229 additions and 186 deletions

View file

@ -44,4 +44,6 @@ class GameEngine {
bool hit(string &type);
bool is_dead();
void heal(int amount);
};