#pragma once #include "UtilityWindows/EditorUtilityWindowRuntime.h" namespace XCEngine::UI::Editor::App { std::unique_ptr CreateEditorUtilityWindowPanel( EditorUtilityWindowKind kind); } // namespace XCEngine::UI::Editor::App