refactor(new_editor/app): reorganize host structure and add smoke test
This commit is contained in:
8
new_editor/app/Platform/Win32/EditorWindowTitleBar.cpp
Normal file
8
new_editor/app/Platform/Win32/EditorWindowTitleBar.cpp
Normal 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
|
||||
Reference in New Issue
Block a user