r5sdk/r5dev/tier1/strtools.h

4 lines
179 B
C
Raw Normal View History

#pragma once
int V_UTF8ToUnicode(const char* pUTF8, wchar_t* pwchDest, int cubDestSizeInBytes);
int V_UnicodeToUTF8(const wchar_t* pUnicode, char* pUTF8, int cubDestSizeInBytes);