More frontend inputs.

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

View file

@ -1,6 +1,7 @@
#pragma once
void AsciiToUnicode(const char *src, wchar *dst);
char UnicodeToAscii(wchar *src);
void TextCopy(wchar *dst, const wchar *src);
struct CKeyEntry