refactor(new_editor): continue architecture closeout
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "EditorShellAssetBuilderSupport.h"
|
||||
#include "EditorShellAssetBuilderInternal.h"
|
||||
|
||||
namespace XCEngine::UI::Editor::App::CompositionSupport {
|
||||
namespace XCEngine::UI::Editor::App::CompositionInternal {
|
||||
|
||||
UIEditorPanelRegistry BuildEditorPanelRegistry() {
|
||||
UIEditorPanelRegistry registry = {};
|
||||
@@ -73,4 +73,4 @@ UIEditorWorkspaceModel BuildEditorWorkspaceModel() {
|
||||
return workspace;
|
||||
}
|
||||
|
||||
} // namespace XCEngine::UI::Editor::App::CompositionSupport
|
||||
} // namespace XCEngine::UI::Editor::App::CompositionInternal
|
||||
|
||||
Reference in New Issue
Block a user