allow interrupting replay

This commit is contained in:
2025-01-16 12:42:24 -06:00
parent 2d824e869e
commit 62313e5bd6
8 changed files with 27 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ void setup_outdoors(location where);
short get_outdoor_num();
short count_walls(location loc);
bool is_sign(ter_num_t ter);
bool check_for_interrupt();
bool check_for_interrupt(std::string confirm_dialog = "confirm-interrupt-special");
void handle_startup_button_click(eStartButton btn, eKeyMod mods);
void handle_switch_pc(short which_pc, bool& need_redraw, bool& need_reprint);