16 lines
334 B
C++
16 lines
334 B
C++
#pragma once
|
|
|
|
#include "app_core/document_session.h"
|
|
#include "foundation/result.h"
|
|
|
|
class App;
|
|
|
|
namespace pp::panopainter {
|
|
|
|
[[nodiscard]] pp::foundation::Status execute_legacy_document_open_plan(
|
|
App& app,
|
|
pp::app::DocumentOpenPlanAction action,
|
|
const pp::app::DocumentOpenRoute& route);
|
|
|
|
} // namespace pp::panopainter
|