aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorTravis Howell2005-03-10 11:06:37 +0000
committerTravis Howell2005-03-10 11:06:37 +0000
commita913095ee017793b278a5079e224c2b23ae025d9 (patch)
tree99a3aeea239eaf9b70588b90290145410c4c5190 /scumm/intern.h
parente21b1755b5ba3e3d57af75541e0409ba255a1c9d (diff)
downloadscummvm-rg350-a913095ee017793b278a5079e224c2b23ae025d9.tar.gz
scummvm-rg350-a913095ee017793b278a5079e224c2b23ae025d9.tar.bz2
scummvm-rg350-a913095ee017793b278a5079e224c2b23ae025d9.zip
Add HE specific versions of findResource/findResourceData.
Required by WizImage functions, which sometimes alter data. svn-id: r17060
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index f6d63c4f61..4ef80496be 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -753,7 +753,9 @@ protected:
void decodeScriptString(byte *dst, bool scriptString = false);
void copyScriptString(byte *dst);
- const byte *findWrappedBlock(uint32 tag, const byte *ptr, int state, bool flagError);
+ byte *heFindResourceData(uint32 tag, byte *ptr);
+ byte *heFindResource(uint32 tag, byte *ptr);
+ byte *findWrappedBlock(uint32 tag, byte *ptr, int state, bool flagError);
/* HE version 72 script opcodes */
void o72_pushDWord();