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 97234f3da2..e669673597 100644 --- a/scumm/intern.h +++ b/scumm/intern.h @@ -622,6 +622,7 @@ protected: byte stringLen(byte *); /* Version 7 script opcodes */ + void o7_getString(); void o7_objectX(); void o7_objectY(); void o7_stringLen(); |