src/fios.h
changeset 9730 ae89a033cf1f
parent 9555 68e7c84b2d19
child 10039 1f236afd6cd1
--- a/src/fios.h	Mon Jul 28 15:17:47 2008 +0000
+++ b/src/fios.h	Mon Jul 28 15:31:11 2008 +0000
@@ -105,6 +105,8 @@
 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);