Files
XCEngine/editor/app/Features/EditorWorkspacePanelRegistry.h

10 lines
224 B
C++

#pragma once
#include "WorkspacePanels/EditorWorkspacePanelRuntime.h"
namespace XCEngine::UI::Editor::App {
EditorWorkspacePanelRuntimeSet CreateEditorWorkspacePanelRuntimeSet();
} // namespace XCEngine::UI::Editor::App