equal
deleted
inserted
replaced
10 uint32 FioGetPos(); |
10 uint32 FioGetPos(); |
11 byte FioReadByte(); |
11 byte FioReadByte(); |
12 uint16 FioReadWord(); |
12 uint16 FioReadWord(); |
13 uint32 FioReadDword(); |
13 uint32 FioReadDword(); |
14 void FioCloseAll(); |
14 void FioCloseAll(); |
15 FILE *FioFOpenFile(const char *filename); |
|
16 void FioOpenFile(int slot, const char *filename); |
15 void FioOpenFile(int slot, const char *filename); |
17 void FioReadBlock(void *ptr, uint size); |
16 void FioReadBlock(void *ptr, uint size); |
18 void FioSkipBytes(int n); |
17 void FioSkipBytes(int n); |
|
18 |
|
19 FILE *FioFOpenFile(const char *filename); |
19 bool FioCheckFileExists(const char *filename); |
20 bool FioCheckFileExists(const char *filename); |
|
21 void FioCreateDirectory(const char *filename); |
|
22 |
|
23 void AppendPathSeparator(char *buf, size_t buflen); |
|
24 void DeterminePaths(); |
20 |
25 |
21 #endif /* FILEIO_H */ |
26 #endif /* FILEIO_H */ |