Refactor before working on animations sending events.

This commit is contained in:
Zed A. Shaw 2026-01-06 23:50:03 -05:00
parent 8b1f288fce
commit 63260f01b9
7 changed files with 10 additions and 42 deletions

View file

@ -51,7 +51,7 @@ namespace boss {
void init_fight();
void do_combat(std::any data);
void next_combat_dumb_name();
void next_combat();
sf::Vector2f mouse_position();
bool handle_keyboard_mouse();
};