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 77b28ccb47..ada0d10d19 100644 --- a/scumm/intern.h +++ b/scumm/intern.h @@ -617,6 +617,7 @@ protected: byte stringLen(byte *); int getCharsetOffset(int letter); + void arrrays_unk2(int dst, int src, int len2, int len); /* HE version 70 script opcodes */ void o7_cursorCommand(); |