Proton/vrclient_x64/vrclient_x64/cppIVRChaperone_IVRChaperone_002.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

16 lines
848 B
C

#ifdef __cplusplus
extern "C" {
#endif
extern ChaperoneCalibrationState cppIVRChaperone_IVRChaperone_002_GetCalibrationState(void *);
extern bool cppIVRChaperone_IVRChaperone_002_GetSoftBoundsInfo(void *, ChaperoneSoftBoundsInfo_t *);
extern bool cppIVRChaperone_IVRChaperone_002_GetHardBoundsInfo(void *, HmdQuad_t *, uint32_t *);
extern bool cppIVRChaperone_IVRChaperone_002_GetSeatedBoundsInfo(void *, ChaperoneSeatedBoundsInfo_t *);
extern void cppIVRChaperone_IVRChaperone_002_ReloadInfo(void *);
extern void cppIVRChaperone_IVRChaperone_002_SetSceneColor(void *, HmdColor_t);
extern void cppIVRChaperone_IVRChaperone_002_GetBoundsColor(void *, HmdColor_t *, int);
extern bool cppIVRChaperone_IVRChaperone_002_AreBoundsVisible(void *);
extern void cppIVRChaperone_IVRChaperone_002_ForceBoundsVisible(void *, bool);
#ifdef __cplusplus
}
#endif