aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/ConsoleInput.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/ConsoleInput.cpp')
-rw-r--r--Minecraft.Client/ConsoleInput.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/Minecraft.Client/ConsoleInput.cpp b/Minecraft.Client/ConsoleInput.cpp
new file mode 100644
index 00000000..7fd6c492
--- /dev/null
+++ b/Minecraft.Client/ConsoleInput.cpp
@@ -0,0 +1,8 @@
+#include "stdafx.h"
+#include "ConsoleInput.h"
+
+ConsoleInput::ConsoleInput(const wstring& msg, ConsoleInputSource *source)
+{
+ this->msg = msg;
+ this->source = source;
+} \ No newline at end of file