Add keybinding save and load functionality to CommandManager
This commit is contained in:
@@ -43,6 +43,9 @@ class CommandManager {
|
||||
|
||||
void InitializeDefaults();
|
||||
|
||||
void SaveKeybindings(const std::string& filepath);
|
||||
void LoadKeybindings(const std::string& filepath);
|
||||
|
||||
private:
|
||||
std::unordered_map<std::string, CommandInfo> commands_;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user