OVR: Change the way to walk and rotate with the controller
[mercenary-reloaded.git] / src / libovr / helper.h
1 #ifdef __cplusplus
2 extern "C" {
3 #endif
4
5 void ovrOrientation2yawpitchroll(ovrQuatf orientation, float *yaw, float *pitch, float *roll);
6
7 #ifdef __cplusplus
8 } /* extern "C" */
9 #endif