mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-24 15:13:37 +00:00
8 lines
184 B
C++
8 lines
184 B
C++
#include "../Platform/stdafx.h"
|
|
#include "ConsoleInput.h"
|
|
|
|
ConsoleInput::ConsoleInput(const std::wstring& msg, ConsoleInputSource *source)
|
|
{
|
|
this->msg = msg;
|
|
this->source = source;
|
|
} |