diff options
Diffstat (limited to 'engines/zvision/text.h')
-rw-r--r-- | engines/zvision/text.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/zvision/text.h b/engines/zvision/text.h index 6937832335..c1dc0c167c 100644 --- a/engines/zvision/text.h +++ b/engines/zvision/text.h @@ -92,6 +92,8 @@ private: }; Common::String readWideLine(Common::SeekableReadStream &stream); +int8 getUtf8CharSize(char chr); +uint16 readUtf8Char(const char *chr); } // End of namespace ZVision |