forked from mirror/OpenTTD
(svn r5685) - Codechange: s/FiosCheckFileExists/FioCheckFileExists/ to unify the naming of these functions.
This commit is contained in:
2
fileio.h
2
fileio.h
@@ -14,6 +14,6 @@ FILE *FioFOpenFile(const char *filename);
|
||||
void FioOpenFile(int slot, const char *filename);
|
||||
void FioReadBlock(void *ptr, uint size);
|
||||
void FioSkipBytes(int n);
|
||||
bool FiosCheckFileExists(const char *filename);
|
||||
bool FioCheckFileExists(const char *filename);
|
||||
|
||||
#endif /* FILEIO_H */
|
||||
|
Reference in New Issue
Block a user