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