aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorTravis Howell2005-04-18 11:44:01 +0000
committerTravis Howell2005-04-18 11:44:01 +0000
commitd391c2f837199cfecb0c26c518bbf804d3da3d3c (patch)
treeebf6c68e575541c652eae9cb0e9e1c764671e064 /scumm/intern.h
parent8d01148b797f66af457434284b3a41bd18b86098 (diff)
downloadscummvm-rg350-d391c2f837199cfecb0c26c518bbf804d3da3d3c.tar.gz
scummvm-rg350-d391c2f837199cfecb0c26c518bbf804d3da3d3c.tar.bz2
scummvm-rg350-d391c2f837199cfecb0c26c518bbf804d3da3d3c.zip
Adjust again, for sound header differences.
svn-id: r17668
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index 089270a3d3..45ff6e8399 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -812,6 +812,7 @@ protected:
byte *heFindResource(uint32 tag, byte *ptr);
byte *findWrappedBlock(uint32 tag, byte *ptr, int state, bool flagError);
int findObject(int x, int y, int num, int *args);
+ int getSoundResourceSize(int id);
/* HE version 72 script opcodes */
void o72_pushDWord();