mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-18 09:49:23 +00:00
More frontend inputs.
This commit is contained in:
parent
702cd00765
commit
5b04393bb4
9 changed files with 310 additions and 97 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue