mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-12 23:54:07 +00:00
Compile fix
This commit is contained in:
parent
acbff1e736
commit
e42a2f4e0d
2 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
//#if __ANDROID__
|
//#if __ANDROID__
|
||||||
|
|
||||||
#include "../qcommon/q_shared.h"
|
|
||||||
#include "../qcommon/qcommon.h"
|
#include "../qcommon/qcommon.h"
|
||||||
#include "../client/keycodes.h"
|
#include "../client/keycodes.h"
|
||||||
#include "../client/client.h"
|
#include "../client/client.h"
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
#ifndef __VR_INPUT_H
|
#ifndef __VR_INPUT_H
|
||||||
#define __VR_INPUT_H
|
#define __VR_INPUT_H
|
||||||
|
|
||||||
|
#include "../qcommon/q_shared.h"
|
||||||
|
#include "vr_types.h"
|
||||||
|
|
||||||
#if __ANDROID__
|
#if __ANDROID__
|
||||||
|
|
||||||
void IN_VRInputFrame( void );
|
void IN_VRInputFrame( void );
|
||||||
|
|
Loading…
Reference in a new issue