Show quit game prompt when attempting to close window (#13)

This commit is contained in:
thecozies
2024-04-30 09:30:39 -05:00
committed by GitHub
parent 0aafcb6ee2
commit 1ec20de2f5
3 changed files with 17 additions and 5 deletions
+2
View File
@@ -166,6 +166,8 @@ namespace recomp {
// TODO move these
void quicksave_save();
void quicksave_load();
void open_quit_game_prompt();
}
#endif