Files
Aethera/mcp/core/runtime/Datoviz_Observation_Json.hpp
T

12 lines
250 B
C++

#pragma once
#include <nlohmann/json_fwd.hpp>
#include <render_3D/base/Datoviz_Frame_Observation.hpp>
namespace aethera::mcp {
[[nodiscard]] nlohmann::json datoviz_observation_json(
const render_3d::Datoviz_Frame_Observation& observation);
}