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

@@ -0,0 +1,13 @@
#pragma once
#include <XCEditor/Windowing/EditorWindowSynchronizationPlan.h>
namespace XCEngine::UI::Editor {
class EditorWindowSynchronizationPlanner final {
public:
static EditorWindowSynchronizationPlan Build(
const EditorWindowSynchronizationPlannerInput& input);
};
} // namespace XCEngine::UI::Editor