de-duplicate quitting logic

This commit is contained in:
2024-08-01 10:42:28 -05:00
committed by Celtic Minstrel
parent 27db98a634
commit cc5823bbcd
3 changed files with 54 additions and 73 deletions

View File

@@ -23,5 +23,6 @@ void update_terrain_animation();
void update_startup_animation();
void handle_events();
void handle_one_event(const sf::Event&);
void queue_fake_event(const sf::Event&);
void handle_one_minimap_event(const sf::Event &);