Extract new editor host command session bridge

This commit is contained in:
2026-04-12 01:49:08 +08:00
parent 838f676fa6
commit 7ad4bfbb1c
10 changed files with 344 additions and 84 deletions

View File

@@ -147,7 +147,9 @@ if(XCENGINE_BUILD_XCUI_EDITOR_APP)
add_executable(XCUIEditorApp WIN32
app/main.cpp
app/Application.cpp
app/Commands/ProductEditorHostCommandBridge.cpp
app/Core/ProductEditorContext.cpp
app/Core/ProductEditorSession.cpp
app/Icons/ProductBuiltInIcons.cpp
app/Panels/ProductHierarchyPanel.cpp
app/Panels/ProductProjectPanel.cpp