import/export config and factory reset

This commit is contained in:
tildearrow 2024-05-18 16:01:47 -05:00
parent 4086cd3fc5
commit 5e213256b6
5 changed files with 353 additions and 290 deletions

View file

@ -2789,7 +2789,8 @@ class FurnaceGUI {
void commitSettings();
void syncTutorial();
void commitTutorial();
void commitState();
void syncState();
void commitState(DivConfig& conf);
void processDrags(int dragX, int dragY);
void processPoint(SDL_Event& ev);