mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 12:40:33 +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,5 +1,10 @@
|
|||
#pragma once
|
||||
|
||||
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);
|
||||
|
||||
struct CFontDetails
|
||||
{
|
||||
CRGBA color;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue