aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-09-13 13:41:44 +0000
committerPaweł Kołodziejski2003-09-13 13:41:44 +0000
commitc334c1103fbb927d4826bcafd89a71fa7391a093 (patch)
treea37507e83fe2d17fefffe9a6d8396377e534fc46 /scumm/scumm.h
parent059781c80a3fe3e120914650cad0dd94f353246d (diff)
downloadscummvm-rg350-c334c1103fbb927d4826bcafd89a71fa7391a093.tar.gz
scummvm-rg350-c334c1103fbb927d4826bcafd89a71fa7391a093.tar.bz2
scummvm-rg350-c334c1103fbb927d4826bcafd89a71fa7391a093.zip
implemented opcodes: openfile and closefile
svn-id: r10226
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index c5869f4835..0b8f760f78 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -559,6 +559,7 @@ protected:
/* Should be in Resource class */
File _fileHandle;
uint32 _fileOffset;
+ File _hFileTable[17];
int _resourceHeaderSize;
char *_exe_name; // This is the name we use for opening resource files
char *_game_name; // This is the game the user calls it, so use for saving