aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
authorVincent Hamm2002-04-21 19:38:00 +0000
committerVincent Hamm2002-04-21 19:38:00 +0000
commit1b1d5795a88cd00ac06c335fab34598a9aad2674 (patch)
treeb4fdb5f00c1da33043b85f2fde749934d9bcbcc7 /scumm.h
parentf90a05e3b1d3136eba060e477f2f6061eaff9d08 (diff)
downloadscummvm-rg350-1b1d5795a88cd00ac06c335fab34598a9aad2674.tar.gz
scummvm-rg350-1b1d5795a88cd00ac06c335fab34598a9aad2674.tar.bz2
scummvm-rg350-1b1d5795a88cd00ac06c335fab34598a9aad2674.zip
Some new V7 scummvars. Implemented custom scale table in AKOS codec 1
svn-id: r4038
Diffstat (limited to 'scumm.h')
-rw-r--r--scumm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/scumm.h b/scumm.h
index 781a87d98e..9174cdd835 100644
--- a/scumm.h
+++ b/scumm.h
@@ -813,6 +813,7 @@ public:
void nukeResource(int type, int i);
byte *getResourceAddress(int type, int i);
byte *getStringAddress(int i);
+ byte *getStringAddressVar(int i);
void ensureResourceLoaded(int type, int i);
int loadResource(int type, int i);
int getResourceRoomNr(int type, int index);
@@ -827,6 +828,7 @@ public:
void loadRoomObjectsSmall();
void readArrayFromIndexFile();
void readMAXS();
+ uint32 isGlobInMemory(int type, int index);
virtual void readIndexFile();
virtual void loadCharset(int i);
void nukeCharset(int i);
@@ -1696,6 +1698,9 @@ public:
byte VAR_DEFAULT_TALK_DELAY;
byte VAR_CHARSET_MASK;
+ byte VAR_CUSTOMSCALETABLE;
+ byte VAR_VIDEONAME;
+
void launch();
static Scumm *createFromDetector(GameDetector *detector, OSystem *syst);