refactor(new_editor): continue architecture closeout
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#include "Composition/EditorShellRuntimeSupport.h"
|
||||
#include "Composition/EditorShellRuntimeInternal.h"
|
||||
|
||||
#include <XCEditor/Foundation/UIEditorTheme.h>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
namespace XCEngine::UI::Editor::App::RuntimeSupport {
|
||||
namespace XCEngine::UI::Editor::App::Internal {
|
||||
|
||||
using ::XCEngine::UI::UIDrawList;
|
||||
|
||||
@@ -47,12 +47,12 @@ void AppendShellPopups(
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace XCEngine::UI::Editor::App::RuntimeSupport
|
||||
} // namespace XCEngine::UI::Editor::App::Internal
|
||||
|
||||
namespace XCEngine::UI::Editor::App {
|
||||
|
||||
using ::XCEngine::UI::UIDrawList;
|
||||
using namespace RuntimeSupport;
|
||||
using namespace Internal;
|
||||
|
||||
void EditorShellRuntime::RenderRequestedViewports(
|
||||
const ::XCEngine::Rendering::RenderContext& renderContext) {
|
||||
|
||||
Reference in New Issue
Block a user