blob: a3a9a3512ea6f38fd6d22ab9f0298f268e6cf6a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#define HEADLESS_APP 1
typedef struct ovrHmdStruct {
} OvrHmdContext;
#define OVR_ALIGNAS(n)
/** Removed in 0.5.0, but permanently enabled! */
#define ovrDistortionCap_Chromatic 0x01
#include "OVR_CAPI.h"
|