Refine editor host boundary

This commit is contained in:
2026-04-27 22:21:40 +08:00
parent 9428fec350
commit 520413fa0d
82 changed files with 119 additions and 106 deletions

View File

@@ -1,6 +1,6 @@
#include "Application.h"
#include "EditorResources.h"
#include "Interfaces/SystemInteractionService.h"
#include "SystemInteractionService.h"
#include "EditorContext.h"
#include "EditorUtilityWindowRegistry.h"
#include "EditorWorkspacePanelRegistry.h"
@@ -11,7 +11,7 @@
#include "Windowing/EditorWindowHostConfig.h"
#include "Windowing/EditorWindowHostRuntime.h"
#include "Windowing/EditorWindowMessageDispatcher.h"
#include "D3D12/D3D12EditorWindowRenderRuntime.h"
#include "D3D12EditorWindowRenderRuntime.h"
#include "EnvironmentFlags.h"
#include "ExecutablePath.h"