first commit
This commit is contained in:
8
Minecraft.Client/KeyMapping.cpp
Normal file
8
Minecraft.Client/KeyMapping.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "stdafx.h"
|
||||
#include "KeyMapping.h"
|
||||
|
||||
KeyMapping::KeyMapping(const wstring& name, int key)
|
||||
{
|
||||
this->name = name;
|
||||
this->key = key;
|
||||
}
|
||||
Reference in New Issue
Block a user