12 lines
266 B
C++
12 lines
266 B
C++
#pragma once
|
|
|
|
#include "Core/UtilityWindows/EditorUtilityWindowRuntime.h"
|
|
|
|
namespace XCEngine::UI::Editor::App {
|
|
|
|
std::unique_ptr<EditorUtilityWindowPanel> CreateEditorUtilityWindowPanel(
|
|
EditorUtilityWindowKind kind);
|
|
|
|
} // namespace XCEngine::UI::Editor::App
|
|
|