Hide ImGui compat factories behind legacy XCUI interop

This commit is contained in:
2026-04-05 16:26:29 +08:00
parent f03a8f63ec
commit 9bad86eccf
11 changed files with 127 additions and 35 deletions

View File

@@ -1,13 +1,10 @@
#pragma once
struct ImFont;
struct ImFontAtlas;
namespace XCEngine {
namespace Editor {
namespace XCUIBackend {
bool BuildDefaultXCUIEditorFontAtlas(::ImFontAtlas& atlas, ::ImFont*& outDefaultFont);
bool ConfigureDefaultXCUIEditorFontsForCurrentContext();
} // namespace XCUIBackend
} // namespace Editor