mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-22 14:05:34 +00:00
restructure codebase according to vcproj filters
This commit is contained in:
8
Minecraft.Client/net/minecraft/server/ConsoleInput.cpp
Normal file
8
Minecraft.Client/net/minecraft/server/ConsoleInput.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "../../../../Minecraft.World/Header Files/stdafx.h"
|
||||
#include "ConsoleInput.h"
|
||||
|
||||
ConsoleInput::ConsoleInput(const std::wstring& msg,
|
||||
ConsoleInputSource* source) {
|
||||
this->msg = msg;
|
||||
this->source = source;
|
||||
}
|
||||
Reference in New Issue
Block a user