refactor(new_editor): snapshot hosted editor restructuring
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#include "Composition/EditorWindowWorkspaceStore.h"
|
||||
#include "Composition/EditorWindowWorkspaceStore.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <utility>
|
||||
|
||||
namespace XCEngine::UI::Editor::App::Internal {
|
||||
namespace XCEngine::UI::Editor::App {
|
||||
|
||||
namespace {
|
||||
|
||||
@@ -166,4 +166,5 @@ void EditorWindowWorkspaceStore::RemoveWindow(std::string_view windowId, bool pr
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace XCEngine::UI::Editor::App::Internal
|
||||
} // namespace XCEngine::UI::Editor::App
|
||||
|
||||
|
||||
Reference in New Issue
Block a user