summaryrefslogtreecommitdiff
path: root/src/fios.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2011-05-28 13:55:05 +0000
committeralberth <alberth@openttd.org>2011-05-28 13:55:05 +0000
commit18382251923ac04007a59077f513184a3e66e5ec (patch)
tree3b664b527da28d64aef2c82548b1cb0ecf6652c6 /src/fios.h
parent84f7fc32fa5b9dd6d195d45fe67c55c80037a955 (diff)
downloadopenttd-18382251923ac04007a59077f513184a3e66e5ec.tar.xz
(svn r22511) -Add: Function to make heightmap file paths.
Diffstat (limited to 'src/fios.h')
-rw-r--r--src/fios.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fios.h b/src/fios.h
index f666eb5bf..e9a20a9fb 100644
--- a/src/fios.h
+++ b/src/fios.h
@@ -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);