The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

st/oxr: Fix missing forward declarations/includes

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2342>

+8
+8
src/xrt/state_trackers/oxr/oxr_api_verify.h
··· 12 12 13 13 #include "oxr_frame_sync.h" // iwyu pragma: keep 14 14 15 + #include <stddef.h> 16 + 17 + 15 18 #ifdef __cplusplus 16 19 extern "C" { 17 20 #endif 18 21 22 + struct oxr_action_set; 23 + struct oxr_extension_status; 24 + struct oxr_instance; 25 + struct oxr_logger; 26 + struct oxr_subaction_paths; 19 27 20 28 #define OXR_VERIFY_AND_SET_AND_INIT(log, thing, new_thing, oxr_thing, THING, name, lookup) \ 21 29 do { \