use spawn in config exec
This commit is contained in:
parent
851df11eb5
commit
153c99217d
2 changed files with 3 additions and 56 deletions
|
|
@ -7,6 +7,7 @@
|
|||
#include <functional>
|
||||
|
||||
class CInputManager;
|
||||
class CConfigManager;
|
||||
|
||||
struct SKeybind {
|
||||
std::string key = "";
|
||||
|
|
@ -125,6 +126,7 @@ private:
|
|||
|
||||
friend class CCompositor;
|
||||
friend class CInputManager;
|
||||
friend class CConfigManager;
|
||||
};
|
||||
|
||||
inline std::unique_ptr<CKeybindManager> g_pKeybindManager;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue