Add XCUI new editor sandbox phase 1
This commit is contained in:
14
new_editor/src/XCUIBackend/XCUIEditorFontSetup.h
Normal file
14
new_editor/src/XCUIBackend/XCUIEditorFontSetup.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
struct ImFont;
|
||||
struct ImFontAtlas;
|
||||
|
||||
namespace XCEngine {
|
||||
namespace Editor {
|
||||
namespace XCUIBackend {
|
||||
|
||||
bool BuildDefaultXCUIEditorFontAtlas(::ImFontAtlas& atlas, ::ImFont*& outDefaultFont);
|
||||
|
||||
} // namespace XCUIBackend
|
||||
} // namespace Editor
|
||||
} // namespace XCEngine
|
||||
Reference in New Issue
Block a user