refactor(new_editor): continue architecture closeout

This commit is contained in:
2026-04-15 22:47:42 +08:00
parent a458f2838c
commit dde03c5241
225 changed files with 4214 additions and 5196 deletions

View File

@@ -1,8 +1,9 @@
#include "ProjectBrowserModelSupport.h"
#include "ProjectBrowserModel.h"
#include "ProjectBrowserModelInternal.h"
namespace XCEngine::UI::Editor::App {
using namespace ProjectBrowserModelSupport;
using namespace ProjectBrowserModelInternal;
void ProjectBrowserModel::Initialize(const std::filesystem::path& repoRoot) {
m_assetsRootPath = (repoRoot / "project/Assets").lexically_normal();