editor: explicit runtime path contract
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#endif
|
||||
|
||||
#include "Content/EditorWindowContentController.h"
|
||||
#include "Environment/EditorRuntimePaths.h"
|
||||
#include "Runtime/EditorWindowScreenshotController.h"
|
||||
#include "Windowing/EditorFrameServices.h"
|
||||
|
||||
@@ -14,7 +15,6 @@
|
||||
|
||||
#include <chrono>
|
||||
#include <cstdint>
|
||||
#include <filesystem>
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
#include <string>
|
||||
@@ -69,8 +69,7 @@ public:
|
||||
|
||||
bool Initialize(
|
||||
const Rendering::Host::EditorWindowRenderRuntimeInitializeParams& renderParams,
|
||||
const std::filesystem::path& repoRoot,
|
||||
const std::filesystem::path& captureRoot,
|
||||
const EditorRuntimePaths& runtimePaths,
|
||||
bool autoCaptureOnStartup);
|
||||
void Shutdown();
|
||||
void ResetInteractionState();
|
||||
|
||||
Reference in New Issue
Block a user