mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-05-25 20:24:42 +00:00
* Remove stdafx.h and some <unordered_set> includes * Update Minecraft Server Defines and remove more unused folders/files * Unbloat stdafx.h from Minecraft.World
7 lines
147 B
C++
7 lines
147 B
C++
#include "ConsoleInput.h"
|
|
|
|
ConsoleInput::ConsoleInput(const wstring& msg, ConsoleInputSource *source)
|
|
{
|
|
this->msg = msg;
|
|
this->source = source;
|
|
} |