diff options
Diffstat (limited to 'modules/openxr/openxr_util.h')
-rw-r--r-- | modules/openxr/openxr_util.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/openxr/openxr_util.h b/modules/openxr/openxr_util.h index 1261268376..a5cc7cd512 100644 --- a/modules/openxr/openxr_util.h +++ b/modules/openxr/openxr_util.h @@ -40,7 +40,8 @@ public: static String get_reference_space_name(XrReferenceSpaceType p_reference_space); static String get_structure_type_name(XrStructureType p_structure_type); static String get_session_state_name(XrSessionState p_session_state); + static String get_action_type_name(XrActionType p_action_type); static String make_xr_version_string(XrVersion p_version); }; -#endif // !OPENXR_UTIL_H +#endif // OPENXR_UTIL_H |