From 5b04393bb47b424b8bab6864afe4d50e8a7026fe Mon Sep 17 00:00:00 2001 From: _AG Date: Wed, 10 Jul 2019 09:57:08 +0200 Subject: More frontend inputs. --- src/core/Text.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/Text.cpp') diff --git a/src/core/Text.cpp b/src/core/Text.cpp index d7d63467..b834a44d 100644 --- a/src/core/Text.cpp +++ b/src/core/Text.cpp @@ -210,6 +210,8 @@ AsciiToUnicode(const char *src, uint16 *dst) while((*dst++ = *src++) != '\0'); } +WRAPPER char UnicodeToAscii(wchar * src) { EAXJMP(0x52C2F0); } + void TextCopy(wchar *dst, const wchar *src) { -- cgit v1.2.3