Files
XCEngine/editor/app/Rendering/Assets/EditorIconServiceFactory.h

12 lines
215 B
C
Raw Normal View History

2026-04-28 02:57:49 +08:00
#pragma once
#include "Assets/EditorIconService.h"
#include <memory>
namespace XCEngine::UI::Editor::App {
std::unique_ptr<EditorIconService> CreateEditorIconService();
} // namespace XCEngine::UI::Editor::App