refactor(editor/windowing): promote core into XCUIEditorLib

This commit is contained in:
2026-04-26 12:23:16 +08:00
parent 57fe2cfd3b
commit b7bf11001f
29 changed files with 116 additions and 100 deletions

View File

@@ -1,10 +1,10 @@
#pragma once
#include "Windowing/EditorWorkspaceWindowProjection.h"
#include "Windowing/Frame/EditorWindowTransferRequests.h"
#include <XCEditor/Docking/UIEditorDockHostTransfer.h>
#include <XCEditor/Foundation/UIEditorTextMeasurement.h>
#include <XCEditor/Windowing/EditorWorkspaceWindowProjection.h>
#include <cstdint>
#include <filesystem>