aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
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 9e50aa44b5..05dc3e1826 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -654,6 +654,7 @@ protected:
virtual const char *getOpcodeDesc(byte i);
/* Version 7 script opcodes */
+ void o72_pushDWordVar();
void o72_getString();
void o72_compareStackList();
void o72_objectX();