mirror of
https://github.com/coah80/LegacyVulkEdition.git
synced 2026-06-04 00:14:36 +00:00
sorted all the client files into proper folders
This commit is contained in:
8
Minecraft.Client/Input/KeyMapping.cpp
Normal file
8
Minecraft.Client/Input/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