Add #9188: netsave now keeps multiple version around, similar to autosave (#9395)

This commit is contained in:
Stephan
2021-07-09 21:44:02 +02:00
committed by GitHub
parent ce813ce644
commit a70aa5df49
4 changed files with 40 additions and 24 deletions

View File

@@ -381,6 +381,8 @@ void WaitTillSaved();
void ProcessAsyncSaveFinish();
void DoExitSave();
void DoAutoOrNetsave(int &counter, bool netsave = false);
SaveOrLoadResult SaveWithFilter(struct SaveFilter *writer, bool threaded);
SaveOrLoadResult LoadWithFilter(struct LoadFilter *reader);