Refactor new_editor window architecture and routing

This commit is contained in:
2026-04-23 14:11:33 +08:00
parent 5c0a878aa0
commit af5690395d
121 changed files with 1647 additions and 1592 deletions

View File

@@ -1,11 +1,11 @@
#include "Bootstrap/Application.h"
#include "Bootstrap/Application.h"
#include "Bootstrap/EditorResources.h"
#include "Ports/SystemInteractionPort.h"
#include "System/SystemInteractionService.h"
#include "Composition/EditorContext.h"
#include "Platform/Win32/EditorWindowManager.h"
#include "Platform/Win32/EditorWindow.h"
#include "Platform/Win32/EditorWorkspaceWindowContentController.h"
#include "Platform/Win32/Win32SystemInteractionHost.h"
#include "Platform/Win32/Windowing/EditorWindowManager.h"
#include "Platform/Win32/Windowing/EditorWindow.h"
#include "Platform/Win32/Content/EditorWorkspaceWindowContentController.h"
#include "Platform/Win32/System/Win32SystemInteractionHost.h"
#include "Support/EnvironmentFlags.h"
#include "Support/ExecutablePath.h"