14 lines
330 B
C++
14 lines
330 B
C++
#pragma once
|
|
|
|
#include <XCEditor/Windowing/System/EditorWindowSynchronizationPlan.h>
|
|
|
|
namespace XCEngine::UI::Editor {
|
|
|
|
class EditorWindowSynchronizationPlanner final {
|
|
public:
|
|
static EditorWindowSynchronizationPlan Build(
|
|
const EditorWindowSynchronizationPlannerInput& input);
|
|
};
|
|
|
|
} // namespace XCEngine::UI::Editor
|