aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorMax Horn2002-12-27 15:32:27 +0000
committerMax Horn2002-12-27 15:32:27 +0000
commitfc04f734717c3ee1168f8831471038b40848e6d7 (patch)
tree49a98f6715bdcef33ec9929cb000c01b1007a669 /scumm/intern.h
parent6311835f798542c9506365bf7cd2102096df7ff5 (diff)
downloadscummvm-rg350-fc04f734717c3ee1168f8831471038b40848e6d7.tar.gz
scummvm-rg350-fc04f734717c3ee1168f8831471038b40848e6d7.tar.bz2
scummvm-rg350-fc04f734717c3ee1168f8831471038b40848e6d7.zip
implemented V8 verbops fully, based on V6 - this contains some guessing and may contain mistakes. Also added string width opcode
svn-id: r6200
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 fcf819e313..0cb818c2e7 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -436,6 +436,8 @@ protected:
void o8_getObjectImageY();
void o8_getObjectImageWidth();
void o8_getObjectImageHeight();
+
+ void o8_getStringWidth();
};