15 lines
283 B
C++
15 lines
283 B
C++
#pragma once
|
|
|
|
namespace XCEngine::UI::Editor::Rendering::Host {
|
|
|
|
class UiTextureHost;
|
|
class ViewportRenderHost;
|
|
|
|
} // namespace XCEngine::UI::Editor::Rendering::Host
|
|
|
|
namespace XCEngine::UI::Editor::Host {
|
|
|
|
class EditorHostResourceService;
|
|
|
|
} // namespace XCEngine::UI::Editor::Host
|