refactor(new_editor): continue architecture closeout
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
#include "Composition/EditorShellRuntimeSupport.h"
|
||||
#include "Composition/EditorShellRuntimeInternal.h"
|
||||
|
||||
#include "State/EditorContext.h"
|
||||
|
||||
#include <XCEditor/Foundation/UIEditorTheme.h>
|
||||
|
||||
namespace XCEngine::UI::Editor::App::RuntimeSupport {
|
||||
namespace XCEngine::UI::Editor::App::Internal {
|
||||
|
||||
namespace {
|
||||
|
||||
@@ -93,11 +95,11 @@ std::vector<UIInputEvent> FilterHostedContentInputEventsForShellOwnership(
|
||||
return filteredEvents;
|
||||
}
|
||||
|
||||
} // namespace XCEngine::UI::Editor::App::RuntimeSupport
|
||||
} // namespace XCEngine::UI::Editor::App::Internal
|
||||
|
||||
namespace XCEngine::UI::Editor::App {
|
||||
|
||||
using namespace RuntimeSupport;
|
||||
using namespace Internal;
|
||||
|
||||
void EditorShellRuntime::Update(
|
||||
EditorContext& context,
|
||||
|
||||
Reference in New Issue
Block a user