···12#include "xrt/xrt_defines.h"
13140000015/*!
16 * Using the given @p xrt_space_relation predicts a new @p xrt_space_relation
17 * @p delta_s into the future.
···23 */
24void
25m_predict_relation(const struct xrt_space_relation *rel, double delta_s, struct xrt_space_relation *out_rel);
00000
···12#include "xrt/xrt_defines.h"
131415+#ifdef __cplusplus
16+extern "C" {
17+#endif
18+19+20/*!
21 * Using the given @p xrt_space_relation predicts a new @p xrt_space_relation
22 * @p delta_s into the future.
···28 */
29void
30m_predict_relation(const struct xrt_space_relation *rel, double delta_s, struct xrt_space_relation *out_rel);
31+32+33+#ifdef __cplusplus
34+}
35+#endif