mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-03-23 15:52:56 +08:00
Update Import
This commit is contained in:
@@ -31,7 +31,7 @@ Console
|
|||||||
void Console::Write(const wchar_t* string, vint length)
|
void Console::Write(const wchar_t* string, vint length)
|
||||||
{
|
{
|
||||||
std::wstring s(string, string + length);
|
std::wstring s(string, string + length);
|
||||||
std::wcout << s << std::ends;
|
std::wcout << s << std::flush;
|
||||||
}
|
}
|
||||||
|
|
||||||
WString Console::Read()
|
WString Console::Read()
|
||||||
|
|||||||
Reference in New Issue
Block a user