prepare for deferred config saving

issue #1723
This commit is contained in:
tildearrow 2024-03-14 01:58:43 -05:00
parent 3e87c0a0df
commit d700bfca08
4 changed files with 12 additions and 6 deletions

View file

@ -2735,7 +2735,7 @@ class FurnaceGUI {
bool detectOutOfBoundsWindow(SDL_Rect& failing);
int processEvent(SDL_Event* ev);
bool loop();
bool finish();
bool finish(bool saveConfig=false);
bool init();
bool requestQuit();
FurnaceGUI();