(svn r12784) -Codechange: handle the asynchronious save 'handlers' in saveload.cpp instead of openttd.cpp.

This commit is contained in:
rubidium
2008-04-19 10:18:38 +00:00
parent 1b867382d6
commit 0670ec6ee1
4 changed files with 34 additions and 55 deletions

View File

@@ -319,7 +319,4 @@ void SlArray(void *array, uint length, VarType conv);
void SlObject(void *object, const SaveLoad *sld);
bool SlObjectMember(void *object, const SaveLoad *sld);
void SaveFileStart();
void SaveFileDone();
void SaveFileError();
#endif /* SAVELOAD_H */