Move lsteamclient out of wine

This commit is contained in:
Andrew Eikum 2018-01-18 10:24:05 -06:00
parent ee74e78c18
commit f07f9247a5
1690 changed files with 463666 additions and 0 deletions

View file

@ -0,0 +1,8 @@
#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