diff options
author | Darkvater <darkvater@openttd.org> | 2006-08-05 00:16:24 +0000 |
---|---|---|
committer | Darkvater <darkvater@openttd.org> | 2006-08-05 00:16:24 +0000 |
commit | ee7b3de2f58c22d5667724471a366c23764de46d (patch) | |
tree | 1954e63d4a4f7f4359f1efecd9bf6d5a25348572 /hal.h | |
parent | b5e3718ac4ead73a7b7bb9fd694cae5d9aaefa7b (diff) | |
download | openttd-ee7b3de2f58c22d5667724471a366c23764de46d.tar.xz |
(svn r5764) - Cleanup: - Cleanup: Move the now unified FiosAlloc, compare_FiosItems, FiosFreeSavegameList, FiosMakeSavegameName, FiosDelete and FileExists to newly created file fios.c where it belongs.
- Fix: forgot to remove GetLanguageList from functions.h in previous commit
Diffstat (limited to 'hal.h')
-rw-r--r-- | hal.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -89,6 +89,8 @@ StringID FiosGetDescText(const char **path, uint32 *tot); bool FiosDelete(const char *name); // Make a filename from a name void FiosMakeSavegameName(char *buf, const char *name, size_t size); +// Allocate a new FiosItem +FiosItem *FiosAlloc(void); int CDECL compare_FiosItems(const void *a, const void *b); |