Some unicode funcs belong to Font.cpp + small fix

This commit is contained in:
Sergeanur 2020-10-11 10:33:02 +03:00
commit e26e85deb8
7 changed files with 36 additions and 32 deletions

View file

@ -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