(svn r22825) -Codechange: pass subdir to FioOpenFile

This commit is contained in:
rubidium
2011-08-24 13:42:06 +00:00
parent 05300a00b1
commit 2a12c9df2f
6 changed files with 10 additions and 9 deletions

View File

@@ -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);