mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-11 13:40:34 +00:00
Some unicode funcs belong to Font.cpp + small fix
This commit is contained in:
parent
70ae4b192b
commit
e26e85deb8
7 changed files with 36 additions and 32 deletions
|
@ -1,12 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
void AsciiToUnicode(const char *src, wchar *dst);
|
||||
char *UnicodeToAscii(wchar *src);
|
||||
char *UnicodeToAsciiForSaveLoad(wchar *src);
|
||||
char *UnicodeToAsciiForMemoryCard(wchar *src);
|
||||
void UnicodeStrcpy(wchar *dst, const wchar *src);
|
||||
void UnicodeStrcat(wchar *dst, wchar *append);
|
||||
int UnicodeStrlen(const wchar *str);
|
||||
void TextCopy(wchar *dst, const wchar *src);
|
||||
|
||||
struct CKeyEntry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue