first commit
This commit is contained in:
10
Minecraft.Client/KeyMapping.h
Normal file
10
Minecraft.Client/KeyMapping.h
Normal file
@@ -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);
|
||||
};
|
||||
Reference in New Issue
Block a user