mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-31 00:55:37 +03:00
d8f1c49922
In preparation for the next commit.
10 lines
444 B
C
10 lines
444 B
C
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
extern void cppIVRExtendedDisplay_IVRExtendedDisplay_001_GetWindowBounds(void *, int32_t *, int32_t *, uint32_t *, uint32_t *);
|
|
extern void cppIVRExtendedDisplay_IVRExtendedDisplay_001_GetEyeOutputViewport(void *, EVREye, uint32_t *, uint32_t *, uint32_t *, uint32_t *);
|
|
extern void cppIVRExtendedDisplay_IVRExtendedDisplay_001_GetDXGIOutputInfo(void *, int32_t *, int32_t *);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|