summaryrefslogtreecommitdiff
path: root/fileio.h
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2005-01-28 08:56:43 +0000
committerdominik <dominik@openttd.org>2005-01-28 08:56:43 +0000
commitc8d084a85e4eb2b20055cffc1bcbddf16b5e337f (patch)
tree5d9b756fe3bff49b8276debff76e632b693e8430 /fileio.h
parent3e0dcfd47fede1060313de42ee75c9f882ae3400 (diff)
downloadopenttd-c8d084a85e4eb2b20055cffc1bcbddf16b5e337f.tar.xz
(svn r1702) - Fix: [ 1110407 ] Game does not crash any more when a newgrf file doesn't exist
Diffstat (limited to 'fileio.h')
-rw-r--r--fileio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fileio.h b/fileio.h
index c03fc9b01..7b67aa9d7 100644
--- a/fileio.h
+++ b/fileio.h
@@ -11,5 +11,6 @@ void FioCloseAll(void);
void FioOpenFile(int slot, const char *filename);
void FioReadBlock(void *ptr, uint size);
void FioSkipBytes(int n);
+bool FiosCheckFileExists(const char *filename);
#endif /* FILEIO_H */