mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-30 07:41:16 +00:00
11 lines
106 B
C
11 lines
106 B
C
|
#ifndef __VR_INPUT_H
|
||
|
#define __VR_INPUT_H
|
||
|
|
||
|
#if __ANDROID__
|
||
|
|
||
|
void IN_VRInputFrame( void );
|
||
|
|
||
|
#endif
|
||
|
|
||
|
#endif
|