2026-04-26 00:19:58 +08:00
|
|
|
#pragma once
|
|
|
|
|
|
2026-04-26 16:27:13 +08:00
|
|
|
#include <XCEditor/Windowing/System/EditorWindowSynchronizationPlan.h>
|
2026-04-26 00:19:58 +08:00
|
|
|
|
2026-04-26 12:23:16 +08:00
|
|
|
namespace XCEngine::UI::Editor {
|
2026-04-26 00:19:58 +08:00
|
|
|
|
|
|
|
|
class EditorWindowSynchronizationPlanner final {
|
|
|
|
|
public:
|
|
|
|
|
static EditorWindowSynchronizationPlan Build(
|
|
|
|
|
const EditorWindowSynchronizationPlannerInput& input);
|
|
|
|
|
};
|
|
|
|
|
|
2026-04-26 12:23:16 +08:00
|
|
|
} // namespace XCEngine::UI::Editor
|