summaryrefslogtreecommitdiff
path: root/src/serialization-camera.hpp
blob: b72575a87a237053ae61baa5371d2255c6aa41c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef PKE_SERIALIZATION_CAMERA_HPP
#define PKE_SERIALIZATION_CAMERA_HPP

#include "serialization.hpp"
#include "camera.hpp"

pk_handle pke_serialize_camera(srlztn_serialize_helper *helper, const PkeCamera *cam);

void pke_deserialize_camera(srlztn_deserialize_helper *helper, pke_kve_container *kvec);

#endif /* PKE_SERIALIZATION_CAMERA_HPP */