mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-08 18:20:36 +00:00
UnicodeMakeUpperCase move + arg fix
This commit is contained in:
parent
9dba2386bb
commit
b0becb5a2d
4 changed files with 16 additions and 16 deletions
|
@ -4,6 +4,7 @@ void AsciiToUnicode(const char *src, wchar *dst);
|
|||
void UnicodeStrcpy(wchar *dst, const wchar *src);
|
||||
void UnicodeStrcat(wchar *dst, wchar *append);
|
||||
int UnicodeStrlen(const wchar *str);
|
||||
void UnicodeMakeUpperCase(wchar *dst, const wchar *src);
|
||||
|
||||
struct CFontDetails
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue