aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorTravis Howell2005-04-14 06:06:59 +0000
committerTravis Howell2005-04-14 06:06:59 +0000
commita3882f3af779c5b5726b24734fc74a702f199be4 (patch)
treedd6fe0e6a03f4a8e55201aa2aeb9e2592ac9d4e0 /scumm/intern.h
parent50bf840b9fad86724863e0c323fc3e0d873e9acb (diff)
downloadscummvm-rg350-a3882f3af779c5b5726b24734fc74a702f199be4.tar.gz
scummvm-rg350-a3882f3af779c5b5726b24734fc74a702f199be4.tar.bz2
scummvm-rg350-a3882f3af779c5b5726b24734fc74a702f199be4.zip
Add HE7.2 difference in o_getResourceSize().
Add support for checking size of music resource. svn-id: r17595
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index 16f1504f10..f482116312 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -808,6 +808,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 getMusicResourceSize(int id);
/* HE version 72 script opcodes */
void o72_pushDWord();
@@ -895,6 +896,7 @@ protected:
void o80_drawWizPolygon();
void o80_unknownE0();
void o80_pickVarRandom();
+ void o80_getResourceSize();
};
struct SpriteInfo;