aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/KeyMapping.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/KeyMapping.h')
-rw-r--r--Minecraft.Client/KeyMapping.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/Minecraft.Client/KeyMapping.h b/Minecraft.Client/KeyMapping.h
new file mode 100644
index 00000000..45be54a3
--- /dev/null
+++ b/Minecraft.Client/KeyMapping.h
@@ -0,0 +1,10 @@
+#pragma once
+using namespace std;
+// 4J Stu - Not updated to 1.8.2 as we don't use this
+class KeyMapping
+{
+public:
+ wstring name;
+ int key;
+ KeyMapping(const wstring& name, int key);
+}; \ No newline at end of file