mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-20 18:15:33 +00:00
chore: format Minecraft.Client
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
#pragma once
|
||||
#include "ConsoleInputSource.h"
|
||||
|
||||
|
||||
class ConsoleInput
|
||||
{
|
||||
class ConsoleInput {
|
||||
public:
|
||||
std::wstring msg;
|
||||
ConsoleInputSource *source;
|
||||
std::wstring msg;
|
||||
ConsoleInputSource* source;
|
||||
|
||||
ConsoleInput(const std::wstring& msg, ConsoleInputSource *source);
|
||||
ConsoleInput(const std::wstring& msg, ConsoleInputSource* source);
|
||||
};
|
||||
Reference in New Issue
Block a user