Add PopupManager: integrate PopupManager class and PopupParams structure for enhanced popup handling

This commit is contained in:
scawful
2025-02-10 11:51:03 -05:00
parent 4c3e9e4286
commit c66541db87
3 changed files with 14 additions and 13 deletions

View File

@@ -7,6 +7,7 @@
#include "app/editor/system/command_manager.h"
#include "app/editor/system/extension_manager.h"
#include "app/editor/system/history_manager.h"
#include "app/editor/system/popup_manager.h"
namespace yaze {
@@ -20,6 +21,7 @@ struct EditorContext {
CommandManager command_manager;
ExtensionManager extension_manager;
HistoryManager history_manager;
PopupManager popup_manager;
};
enum class EditorType {