mirror of
https://github.com/portable-lce/portable-lce.git
synced 2026-07-19 09:58:16 +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;
|
|
} |