mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-22 23:15:09 +00:00
chore: format Minecraft.Client
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#include "../Platform/stdafx.h"
|
||||
#include "ConsoleInput.h"
|
||||
|
||||
ConsoleInput::ConsoleInput(const std::wstring& msg, ConsoleInputSource *source)
|
||||
{
|
||||
this->msg = msg;
|
||||
this->source = source;
|
||||
ConsoleInput::ConsoleInput(const std::wstring& msg,
|
||||
ConsoleInputSource* source) {
|
||||
this->msg = msg;
|
||||
this->source = source;
|
||||
}
|
||||
Reference in New Issue
Block a user