diff options
Diffstat (limited to 'engines/scumm/he')
-rw-r--r-- | engines/scumm/he/intern_he.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/scumm/he/intern_he.h b/engines/scumm/he/intern_he.h index dca0c7d19a..0f87af8477 100644 --- a/engines/scumm/he/intern_he.h +++ b/engines/scumm/he/intern_he.h @@ -286,6 +286,7 @@ protected: int getSoundResourceSize(int id); virtual bool handleNextCharsetCode(Actor *a, int *c); + virtual int convertMessageToString(const byte *msg, byte *dst, int dstSize); /* HE version 72 script opcodes */ void o72_pushDWord(); |