Added bindl

This commit is contained in:
vaxerski
2022-06-21 22:47:27 +02:00
parent 48e33023af
commit 5541098f20
4 changed files with 8 additions and 8 deletions

View File

@@ -11,6 +11,7 @@ struct SKeybind {
uint32_t modmask = 0;
std::string handler = "";
std::string arg = "";
bool locked = false;
};
class CKeybindManager {