mirror of
https://github.com/coah80/LegacyVulkEdition.git
synced 2026-06-12 12:21:53 +00:00
sorted all the client files into proper folders
This commit is contained in:
8
Minecraft.Client/Input/ConsoleInput.cpp
Normal file
8
Minecraft.Client/Input/ConsoleInput.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "stdafx.h"
|
||||
#include "ConsoleInput.h"
|
||||
|
||||
ConsoleInput::ConsoleInput(const wstring& msg, ConsoleInputSource *source)
|
||||
{
|
||||
this->msg = msg;
|
||||
this->source = source;
|
||||
}
|
||||
Reference in New Issue
Block a user