mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-27 09:44:49 +01:00
parent
cc38f0c8c1
commit
f6871a6b73
233 changed files with 29134 additions and 10252 deletions
|
|
@ -18,7 +18,9 @@ void cppISteamVideo_STEAMVIDEO_INTERFACE_V001_GetVideoURL(void *linux_side, AppI
|
|||
|
||||
bool cppISteamVideo_STEAMVIDEO_INTERFACE_V001_IsBroadcasting(void *linux_side, int *pnNumViewers)
|
||||
{
|
||||
return ((ISteamVideo*)linux_side)->IsBroadcasting((int *)pnNumViewers);
|
||||
bool _ret;
|
||||
_ret = ((ISteamVideo*)linux_side)->IsBroadcasting((int *)pnNumViewers);
|
||||
return (_ret);
|
||||
}
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue