mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-27 07:05:46 +03:00
9 lines
234 B
C
9 lines
234 B
C
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
extern void cppISteamVideo_STEAMVIDEO_INTERFACE_V001_GetVideoURL(void *, AppId_t);
|
|
extern bool cppISteamVideo_STEAMVIDEO_INTERFACE_V001_IsBroadcasting(void *, int *);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|