Yucom/vrclient_x64/vrclient_x64/cppIVRChaperone_IVRChaperone_003.h
Józef Kucia d8f1c49922 vrclient: Move source files to separate directory.
In preparation for the next commit.
2018-07-30 17:43:32 +02:00

14 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