refactor(new_editor): continue architecture closeout
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#include "NativeRendererSupport.h"
|
||||
#include "NativeRendererInternal.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
|
||||
namespace XCEngine::UI::Editor::Host {
|
||||
|
||||
using namespace NativeRendererSupport;
|
||||
using namespace NativeRendererInternal;
|
||||
|
||||
float NativeRenderer::MeasureTextWidth(
|
||||
const ::XCEngine::UI::Editor::UIEditorTextMeasureRequest& request) const {
|
||||
|
||||
Reference in New Issue
Block a user