autosave WIP

This commit is contained in:
MelonSpeedruns
2026-04-16 19:30:37 -04:00
parent 2cc11c74b7
commit a4be0841e5
6 changed files with 127 additions and 1 deletions
+10
View File
@@ -14,6 +14,16 @@ void fapGm_After();
void fapGm_Create();
void fapGm_Execute();
#if TARGET_PC
void noAutoSave();
void triggerAutoSave();
void updateAutoSave();
void enterAutoSave();
void autoSaving();
void waitingForWrite();
void endAutoSave();
#endif
class fapGm_HIO_c : public JORReflexible {
public:
fapGm_HIO_c();