(svn r22511) -Add: Function to make heightmap file paths.

This commit is contained in:
alberth
2011-05-28 13:55:05 +00:00
parent b04d69df7a
commit 4b295664ad
4 changed files with 24 additions and 0 deletions

View File

@@ -164,6 +164,7 @@ const char *FiosBrowseTo(const FiosItem *item);
StringID FiosGetDescText(const char **path, uint64 *total_free);
bool FiosDelete(const char *name);
void FiosMakeHeightmapName(char *buf,const char *name, size_t size);
void FiosMakeSavegameName(char *buf, const char *name, size_t size);
FiosType FiosGetSavegameListCallback(SaveLoadDialogMode mode, const char *file, const char *ext, char *title, const char *last);