#pragma once #include #include #include #include namespace XCEngine::UI::Editor::App { UIEditorWorkspaceController BuildWorkspaceControllerForWindowState( const UIEditorPanelRegistry& panelRegistry, const UIEditorWindowWorkspaceState& windowState); std::wstring ResolveEditorWindowPresentationTitle( std::wstring_view primaryWindowTitle, const UIEditorPanelRegistry& panelRegistry, const UIEditorWindowWorkspaceState& windowState, bool primary); } // namespace XCEngine::UI::Editor::App