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