More frontend inputs.

This commit is contained in:
_AG
2019-07-10 09:57:08 +02:00
parent 702cd00765
commit 5b04393bb4
9 changed files with 310 additions and 97 deletions

View File

@ -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)
{