mirror of
https://github.com/portable-lce/portable-lce.git
synced 2026-07-18 17:38:13 +00:00
8 lines
181 B
C++
8 lines
181 B
C++
#include "../Build/stdafx.h"
|
|
#include "ConsoleInput.h"
|
|
|
|
ConsoleInput::ConsoleInput(const std::wstring& msg, ConsoleInputSource *source)
|
|
{
|
|
this->msg = msg;
|
|
this->source = source;
|
|
} |