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