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