first commit
This commit is contained in:
12
Minecraft.Client/ConsoleInput.h
Normal file
12
Minecraft.Client/ConsoleInput.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
#include "ConsoleInputSource.h"
|
||||
using namespace std;
|
||||
|
||||
class ConsoleInput
|
||||
{
|
||||
public:
|
||||
wstring msg;
|
||||
ConsoleInputSource *source;
|
||||
|
||||
ConsoleInput(const wstring& msg, ConsoleInputSource *source);
|
||||
};
|
||||
Reference in New Issue
Block a user