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

12 lines
261 B
C
Raw Normal View History

#pragma once
2026-04-27 19:16:08 +08:00
#include "UtilityWindows/EditorUtilityWindowRuntime.h"
namespace XCEngine::UI::Editor::App {
std::unique_ptr<EditorUtilityWindowPanel> CreateEditorUtilityWindowPanel(
EditorUtilityWindowKind kind);
} // namespace XCEngine::UI::Editor::App