Files
XCEngine/editor/app/Host/Interfaces/HostFwd.h

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