mirror of
https://github.com/Patoke/LCERenewed.git
synced 2026-08-24 13:34:57 +00:00
feat: init
This commit is contained in:
@@ -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