Use U8String/U16String/WString instead of UTF8String/UTF16String/WideString
This commit is contained in:
@@ -15,7 +15,7 @@ namespace hgl
|
||||
|
||||
uint ver;
|
||||
OSString name;
|
||||
UTF16String intro;
|
||||
U16String intro;
|
||||
|
||||
OSString filename; ///<插件文件名
|
||||
|
||||
@@ -23,7 +23,7 @@ namespace hgl
|
||||
|
||||
const uint GetVersion ()const{return ver;} ///<取得插件版本
|
||||
const OSString & GetName ()const{return name;} ///<取得插件名称
|
||||
const UTF16String & GetIntro ()const{return intro;} ///<取得插件介绍
|
||||
const U16String & GetIntro ()const{return intro;} ///<取得插件介绍
|
||||
|
||||
public:
|
||||
|
||||
|
Reference in New Issue
Block a user