Refactor EditorContext and system managers for improved clarity and consistency
This commit is contained in:
@@ -15,6 +15,9 @@ ImGuiKey MapKeyToImGuiKey(char key);
|
||||
|
||||
class CommandManager {
|
||||
public:
|
||||
CommandManager() = default;
|
||||
~CommandManager() = default;
|
||||
|
||||
using Command = std::function<void()>;
|
||||
|
||||
struct CommandInfo {
|
||||
|
||||
Reference in New Issue
Block a user