summaryrefslogtreecommitdiff
path: root/src/fios.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2008-07-28 15:31:11 +0000
committersmatz <smatz@openttd.org>2008-07-28 15:31:11 +0000
commit88637d92132eb75ba3f80a1f6ed2da11c623e747 (patch)
tree92adee9802fa2afd2948d6271d9d99a5c9b885dd /src/fios.h
parent686019398f20ee51ea9a9ff31cafde3977d443b5 (diff)
downloadopenttd-88637d92132eb75ba3f80a1f6ed2da11c623e747.tar.xz
(svn r13859) -Fix: loading of TTD(Patch) savegames from the command line didn't work
Diffstat (limited to 'src/fios.h')
-rw-r--r--src/fios.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fios.h b/src/fios.h
index 6a46987b3..40982bf4d 100644
--- a/src/fios.h
+++ b/src/fios.h
@@ -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);