editor: explicit runtime path contract
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include "EditorWindowHostTypes.h"
|
||||
#include "EditorWindowPointerCapture.h"
|
||||
#include "EditorWindowRenderRuntime.h"
|
||||
#include "Environment/EditorRuntimePaths.h"
|
||||
#include "Windowing/EditorWindowGeometry.h"
|
||||
#include "Windowing/EditorWindowTransferRequests.h"
|
||||
#include "Windowing/EditorWindowTypes.h"
|
||||
@@ -12,7 +13,6 @@
|
||||
#include <XCEditor/Windowing/Presentation/EditorWorkspaceWindowProjection.h>
|
||||
#include <XCEngine/UI/Types.h>
|
||||
|
||||
#include <filesystem>
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
@@ -40,8 +40,7 @@ class EditorWindowInputFeedbackBinding;
|
||||
class EditorWindowTitleBarBinding;
|
||||
|
||||
struct EditorHostWindowRuntimeInitializationParams {
|
||||
std::filesystem::path repoRoot = {};
|
||||
std::filesystem::path captureRoot = {};
|
||||
EditorRuntimePaths runtimePaths = {};
|
||||
bool autoCaptureOnStartup = false;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user