···9090 struct xrt_vec3 *global_tracking_origin_offset);
91919292/*!
9393- * Create a legacy space overseer, most builders probably want to have more
9494- * smart then this especially stand alone ones.
9393+ * Create a legacy space overseer, most builders probably want to have a more
9494+ * advanced setup then this, especially stand alone ones. Uses
9595+ * @ref u_builder_setup_tracking_origins internally and
9696+ * @ref u_space_overseer_legacy_setup.
9597 *
9698 * @ingroup aux_util
9799 */
98100void
9999-u_builder_create_space_overseer(struct xrt_system_devices *xsysd, struct xrt_space_overseer **out_xso);
101101+u_builder_create_space_overseer_legacy(struct xrt_device *head,
102102+ struct xrt_device *left,
103103+ struct xrt_device *right,
104104+ struct xrt_device **xdevs,
105105+ uint32_t xdev_count,
106106+ struct xrt_space_overseer **out_xso);
100107101108102109#ifdef __cplusplus