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

10 lines
224 B
C
Raw Normal View History

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