diff options
author | Bastiaan Olij <mux213@gmail.com> | 2022-04-06 23:00:26 +1000 |
---|---|---|
committer | Bastiaan Olij <mux213@gmail.com> | 2022-04-06 23:00:26 +1000 |
commit | f8dab282cb76544cb6d3c59b86952dfb1134c233 (patch) | |
tree | 95ea048216d072bf41af9ba6242c89b49febcad3 /modules/openxr/extensions/openxr_extension_wrapper.h | |
parent | 338b23d57224ecd04eaff4763a7ba493ffa6cb3d (diff) |
Added missing interaction profiles and making sure related extensions are enabled if available
Diffstat (limited to 'modules/openxr/extensions/openxr_extension_wrapper.h')
-rw-r--r-- | modules/openxr/extensions/openxr_extension_wrapper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/openxr/extensions/openxr_extension_wrapper.h b/modules/openxr/extensions/openxr_extension_wrapper.h index 5242ee6063..9574cfd6cf 100644 --- a/modules/openxr/extensions/openxr_extension_wrapper.h +++ b/modules/openxr/extensions/openxr_extension_wrapper.h @@ -40,6 +40,7 @@ #include <openxr/openxr.h> class OpenXRAPI; +class OpenXRActionMap; class OpenXRExtensionWrapper { protected: |