Build XCUI splitter foundation and test harness
This commit is contained in:
17
new_editor/src/editor/EditorShellAsset.h
Normal file
17
new_editor/src/editor/EditorShellAsset.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#pragma once
|
||||
|
||||
#include <filesystem>
|
||||
#include <string>
|
||||
|
||||
namespace XCEngine::NewEditor {
|
||||
|
||||
struct EditorShellAsset {
|
||||
std::string screenId = "new_editor.shell";
|
||||
std::filesystem::path documentPath = {};
|
||||
std::filesystem::path themePath = {};
|
||||
std::filesystem::path captureRootPath = {};
|
||||
};
|
||||
|
||||
EditorShellAsset BuildDefaultEditorShellAsset(const std::filesystem::path& repoRoot);
|
||||
|
||||
} // namespace XCEngine::NewEditor
|
||||
Reference in New Issue
Block a user