diff options
Diffstat (limited to 'src/fios.h')
-rw-r--r-- | src/fios.h | 1 |
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); |