diff options
Diffstat (limited to 'scumm/intern.h')
-rw-r--r-- | scumm/intern.h | 1 |
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(); |