Cleanup before refactoring the boss/fight.cpp code.

This commit is contained in:
Zed A. Shaw 2025-12-05 12:02:57 -05:00
parent 94c0d2dc0b
commit 1537a81aac
3 changed files with 7 additions and 15 deletions

View file

@ -42,5 +42,6 @@ namespace combat {
void set(DinkyECS::Entity entity, const std::string& state, bool setting);
void set_all(const std::string& state, bool setting);
void player_request(const std::string& request);
void clear_requests();
};
}