#ifndef PKE_SERIALIZATION_CAMERA_HPP #define PKE_SERIALIZATION_CAMERA_HPP #include "serialization.hpp" #include "camera.hpp" bool pke_serialize_camera(srlztn_serialize_helper *helper, const PkeCamera *cam); bool pke_deserialize_camera(srlztn_deserialize_helper *helper); #endif /* PKE_SERIALIZATION_CAMERA_HPP */