summaryrefslogtreecommitdiff
path: root/hal.h
diff options
context:
space:
mode:
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 */