diff options
Diffstat (limited to 'fileio.h')
-rw-r--r-- | fileio.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |