refactor(new_editor/app): reorganize host structure and add smoke test

This commit is contained in:
2026-04-15 08:24:06 +08:00
parent 3617b4840b
commit 9e5954cf0a
235 changed files with 11157 additions and 10028 deletions

View File

@@ -0,0 +1,8 @@
#include "Platform/Win32/EditorWindow.h"
namespace XCEngine::UI::Editor::App {
// Intentionally kept as the translation unit that matches the public title-bar
// entrypoint name; implementation now lives in focused interaction/rendering files.
} // namespace XCEngine::UI::Editor::App