aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
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;