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