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 8d58fa9dc6..c820782e36 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -615,6 +615,7 @@ protected:
virtual const char *getOpcodeDesc(byte i);
byte stringLen(byte *);
+ int getCharsetOffset(int letter);
/* Version 7 script opcodes */
void o7_cursorCommand();