Hide ImGui compat factories behind legacy XCUI interop
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user