mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-22 15:55:33 +00:00
restructure codebase according to vcproj filters
This commit is contained in:
7
Minecraft.Client/net/minecraft/client/KeyMapping.cpp
Normal file
7
Minecraft.Client/net/minecraft/client/KeyMapping.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "../../../../Minecraft.World/Header Files/stdafx.h"
|
||||
#include "KeyMapping.h"
|
||||
|
||||
KeyMapping::KeyMapping(const std::wstring& name, int key) {
|
||||
this->name = name;
|
||||
this->key = key;
|
||||
}
|
||||
Reference in New Issue
Block a user