mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-02 11:16:08 +00:00
6 lines
130 B
C++
6 lines
130 B
C++
#include "KeyMapping.h"
|
|
|
|
KeyMapping::KeyMapping(const std::wstring& name, int key) {
|
|
this->name = name;
|
|
this->key = key;
|
|
} |