10 lines
427 B
C
10 lines
427 B
C
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
extern void cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetVideoURL(void *, AppId_t);
|
|
extern bool cppISteamVideo_STEAMVIDEO_INTERFACE_V002_IsBroadcasting(void *, int *);
|
|
extern void cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFSettings(void *, AppId_t);
|
|
extern bool cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFStringForApp(void *, AppId_t, char *, int32 *);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|