mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-21 21:26:03 +01:00
8 lines
234 B
C
8 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
|