9 lines
288 B
C++
9 lines
288 B
C++
#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
|