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

10 lines
229 B
C
Raw Normal View History

#pragma once
2026-04-27 13:40:26 +08:00
#include "Core/WorkspacePanels/EditorWorkspacePanelRuntime.h"
namespace XCEngine::UI::Editor::App {
EditorWorkspacePanelRuntimeSet CreateEditorWorkspacePanelRuntimeSet();
} // namespace XCEngine::UI::Editor::App