Proton/lsteamclient/cppISteamVideo_STEAMVIDEO_INTERFACE_V001.h

9 lines
234 B
C
Raw Normal View History

2018-01-18 19:24:05 +03:00
#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