editor: narrow core host contract surface

This commit is contained in:
2026-04-27 18:45:31 +08:00
parent 3ac5c34f84
commit 205a30d291
66 changed files with 183 additions and 123 deletions

View File

@@ -1,4 +1,4 @@
#include "ProjectPanel.h"
#include "ProjectPanel.h"
#include "Rendering/Assets/BuiltInIcons.h"
#include <XCEditor/Collections/UIEditorScrollView.h>
#include <XCEditor/Collections/UIEditorTreeView.h>
@@ -6,7 +6,7 @@
#include <algorithm>
#include <cmath>
#include <string_view>
#include "System/SystemInteractionService.h"
#include "Host/Interfaces/SystemInteractionService.h"
#include "Services/Project/EditorProjectRuntime.h"
#include "State/EditorCommandFocusService.h"
#include <XCEditor/Fields/UIEditorFieldStyle.h>