(svn r1702) - Fix: [ 1110407 ] Game does not crash any more when a newgrf file doesn't exist

This commit is contained in:
dominik
2005-01-28 08:56:43 +00:00
parent 3e0dcfd47f
commit c8d084a85e
3 changed files with 46 additions and 12 deletions

View File

@@ -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 */