(svn r22825) -Codechange: pass subdir to FioOpenFile
This commit is contained in:
@@ -22,7 +22,7 @@ byte FioReadByte();
|
||||
uint16 FioReadWord();
|
||||
uint32 FioReadDword();
|
||||
void FioCloseAll();
|
||||
void FioOpenFile(int slot, const char *filename);
|
||||
void FioOpenFile(int slot, const char *filename, Subdirectory subdir);
|
||||
void FioReadBlock(void *ptr, size_t size);
|
||||
void FioSkipBytes(int n);
|
||||
|
||||
|
Reference in New Issue
Block a user