(svn r13859) -Fix: loading of TTD(Patch) savegames from the command line didn't work

This commit is contained in:
smatz
2008-07-28 15:31:11 +00:00
parent 1adcf9c81b
commit cd75303d80
3 changed files with 19 additions and 7 deletions

View File

@@ -105,6 +105,8 @@ StringID FiosGetDescText(const char **path, uint32 *total_free);
bool FiosDelete(const char *name);
/* Make a filename from a name */
void FiosMakeSavegameName(char *buf, const char *name, size_t size);
/* Determines type of savegame (or tells it is not a savegame) */
FiosType FiosGetSavegameListCallback(SaveLoadDialogMode mode, const char *file, const char *ext, char *title);
int CDECL compare_FiosItems(const void *a, const void *b);