summaryrefslogtreecommitdiff
path: root/hal.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-03-28 08:48:41 +0000
committertron <tron@openttd.org>2005-03-28 08:48:41 +0000
commite4cb9dbb77910fc7d2b8c077924ecde3bb3d09c7 (patch)
tree77edf569a8bf3668758ecc3caccbc34e2087d72d /hal.h
parent51eeea477b6e1b20f3505b1d002aa0d0c3d02341 (diff)
downloadopenttd-e4cb9dbb77910fc7d2b8c077924ecde3bb3d09c7.tar.xz
(svn r2098) Make a variable static, move a function declaration to a header and remove unnecessary preprocessor magic
Diffstat (limited to 'hal.h')
-rw-r--r--hal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hal.h b/hal.h
index 11f059169..4e4b29405 100644
--- a/hal.h
+++ b/hal.h
@@ -141,6 +141,8 @@ void FiosDelete(const char *name);
// Make a filename from a name
void FiosMakeSavegameName(char *buf, const char *name);
+int CDECL compare_FiosItems(const void *a, const void *b);
+
void CreateConsole(void);
#endif /* HAL_H */