mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-01 19:04:48 +00:00
refactor: nuke all widestrings and widechars everywhere
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
class ConsoleInputSource;
|
||||
|
||||
ConsoleInput::ConsoleInput(const std::wstring& msg,
|
||||
ConsoleInput::ConsoleInput(const std::string& msg,
|
||||
ConsoleInputSource* source) {
|
||||
this->msg = msg;
|
||||
this->source = source;
|
||||
|
||||
Reference in New Issue
Block a user