mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-04-27 03:03:52 +00:00
14 lines
412 B
C
14 lines
412 B
C
#ifndef BC_STRING_CONVERSION_UTF16_TO_UTF8_H
|
|
#define BC_STRING_CONVERSION_UTF16_TO_UTF8_H
|
|
|
|
DECLARE_STRUCT(Blizzard__StringConversion_UTF16ToUTF8__ToNative);
|
|
|
|
#include "bc/util/buffer.h"
|
|
|
|
// class Blizzard::UTF16ToUTF8::ToNative : Blizzard::Util::Buffer<300, wchar_t>
|
|
struct Blizzard__StringConversion_UTF16ToUTF8__ToNative {
|
|
// Never ever use wchar_t!!!
|
|
Blizzard__Util__Buffer_300_uint16_t _;
|
|
};
|
|
|
|
#endif
|