15 lines
737 B
C
15 lines
737 B
C
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
extern ChaperoneCalibrationState cppIVRChaperone_IVRChaperone_003_GetCalibrationState(void *);
|
||
|
extern bool cppIVRChaperone_IVRChaperone_003_GetPlayAreaSize(void *, float *, float *);
|
||
|
extern bool cppIVRChaperone_IVRChaperone_003_GetPlayAreaRect(void *, HmdQuad_t *);
|
||
|
extern void cppIVRChaperone_IVRChaperone_003_ReloadInfo(void *);
|
||
|
extern void cppIVRChaperone_IVRChaperone_003_SetSceneColor(void *, HmdColor_t);
|
||
|
extern void cppIVRChaperone_IVRChaperone_003_GetBoundsColor(void *, HmdColor_t *, int, float, HmdColor_t *);
|
||
|
extern bool cppIVRChaperone_IVRChaperone_003_AreBoundsVisible(void *);
|
||
|
extern void cppIVRChaperone_IVRChaperone_003_ForceBoundsVisible(void *, bool);
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|