Added the splitratio dispatcher

This commit is contained in:
vaxerski
2022-04-20 16:53:41 +02:00
parent 418e2d96ae
commit 87b8491294
7 changed files with 95 additions and 26 deletions

View File

@@ -35,6 +35,7 @@ private:
void moveActiveTo(std::string);
void toggleGroup(std::string);
void changeGroupActive(std::string);
void alterSplitRatio(std::string);
};
inline std::unique_ptr<CKeybindManager> g_pKeybindManager;