File diff r9729:3d58456a60d9 → r9730:db92977da47b
src/fios.h
Show inline comments
 
@@ -105,6 +105,8 @@ StringID FiosGetDescText(const char **pa
 
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);