mirror of
https://git.neolegacy.dev/Elysium/Project-Elysium.git
synced 2026-07-16 08:20:46 +00:00
8 lines
174 B
C++
8 lines
174 B
C++
#include "stdafx.h"
|
|
#include "ConsoleInput.h"
|
|
|
|
ConsoleInput::ConsoleInput(const wstring& msg, ConsoleInputSource *source)
|
|
{
|
|
this->msg = msg;
|
|
this->source = source;
|
|
} |