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