(svn r21395) -Codechange: move the save and load filter's interface to a header

This commit is contained in:
rubidium
2010-12-05 14:41:34 +00:00
parent 5ff58155d1
commit 085c693289
8 changed files with 156 additions and 93 deletions

View File

@@ -55,6 +55,8 @@ SaveOrLoadResult SaveOrLoad(const char *filename, int mode, Subdirectory sb, boo
void WaitTillSaved();
void DoExitSave();
SaveOrLoadResult SaveWithFilter(struct SaveFilter *writer, bool threaded);
SaveOrLoadResult LoadWithFilter(struct LoadFilter *reader);
typedef void ChunkSaveLoadProc();
typedef void AutolengthProc(void *arg);