Refactor editor command state contracts into core

This commit is contained in:
2026-04-28 01:57:06 +08:00
parent cadababab5
commit 946c19f876
35 changed files with 65 additions and 66 deletions

View File

@@ -2,8 +2,8 @@
#include "Project/ProjectBrowserModel.h"
#include "EditorSelectionService.h"
#include "EditorSession.h"
#include "State/EditorSelectionService.h"
#include "State/EditorSession.h"
#include <XCEngine/UI/Types.h>