#ifndef __VR_INPUT_H
#define __VR_INPUT_H
#if __ANDROID__
void IN_VRInputFrame( void );
void IN_VRInit( void );
#endif