refactor(editor/windowing): promote core into XCUIEditorLib

This commit is contained in:
2026-04-26 12:23:16 +08:00
parent 57fe2cfd3b
commit b7bf11001f
29 changed files with 116 additions and 100 deletions

View File

@@ -8,9 +8,11 @@
#include <memory>
namespace XCEngine::UI::Editor::App {
namespace XCEngine::UI::Editor {
class EditorWindowSystem;
}
namespace XCEngine::UI::Editor::App {
class EditorWorkspaceWindowContentController final
: public EditorWindowContentController