1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-23 09:57:41 +00:00

refactored handle_event out of mainloopiter

This commit is contained in:
Zeno Rogue
2018-05-26 01:10:23 +02:00
parent 2a21e7ce4b
commit 5cd3ccabb8
2 changed files with 11 additions and 5 deletions

View File

@@ -3390,3 +3390,6 @@ void set_priority_board(int id);
int get_sync_status();
bool score_loaded(int id);
int score_default(int id);
union SDL_Event;
void handle_event(SDL_Event& ev);