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