mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-27 22:04:39 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
class ConsoleInputSource
|
||||
{
|
||||
public:
|
||||
virtual void info(const wstring& string) = 0;
|
||||
virtual void warn(const wstring& string) = 0;
|
||||
virtual wstring getConsoleName() = 0;
|
||||
virtual void info(const std::wstring& string) = 0;
|
||||
virtual void warn(const std::wstring& string) = 0;
|
||||
virtual std::wstring getConsoleName() = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user