File diff r24528:a7298f737f00 → r24529:3dec691db49a
src/fios.h
Show inline comments
 
@@ -220,9 +220,9 @@ const char *FiosBrowseTo(const FiosItem 
 

	
 
StringID FiosGetDescText(const char **path, uint64 *total_free);
 
bool FiosDelete(const char *name);
 
std::string FiosMakeHeightmapName(const char *name);
 
std::string FiosMakeSavegameName(const char *name);
 

	
 
FiosType FiosGetSavegameListCallback(SaveLoadOperation fop, const char *file, const char *ext, char *title, const char *last);
 
FiosType FiosGetSavegameListCallback(SaveLoadOperation fop, const std::string &file, const char *ext, char *title, const char *last);
 

	
 
#endif /* FIOS_H */