mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-31 06:29:20 +00:00
1
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
%include <wchar.i>
|
||||
%include <std/std_basic_string.i>
|
||||
|
||||
/* wide strings */
|
||||
|
||||
namespace std
|
||||
{
|
||||
%std_comp_methods(basic_string<wchar_t>);
|
||||
%naturalvar wstring;
|
||||
typedef basic_string<wchar_t> wstring;
|
||||
}
|
||||
|
||||
%template(wstring) std::basic_string<wchar_t>;
|
||||
|
||||
Reference in New Issue
Block a user