mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-06 14:38:05 +01:00
lsteamclient: Get rid of the remaining steam typedefs.
CW-Bug-Id: #22729
This commit is contained in:
parent
aaf9ba6e56
commit
a5fe4d774b
204 changed files with 7396 additions and 7395 deletions
|
|
@ -1,7 +1,7 @@
|
|||
struct cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetVideoURL_params
|
||||
{
|
||||
void *linux_side;
|
||||
AppId_t unVideoAppID;
|
||||
uint32_t unVideoAppID;
|
||||
};
|
||||
extern void cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetVideoURL( struct cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetVideoURL_params *params );
|
||||
|
||||
|
|
@ -16,7 +16,7 @@ extern void cppISteamVideo_STEAMVIDEO_INTERFACE_V002_IsBroadcasting( struct cppI
|
|||
struct cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFSettings_params
|
||||
{
|
||||
void *linux_side;
|
||||
AppId_t unVideoAppID;
|
||||
uint32_t unVideoAppID;
|
||||
};
|
||||
extern void cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFSettings( struct cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFSettings_params *params );
|
||||
|
||||
|
|
@ -24,7 +24,7 @@ struct cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFStringForApp_params
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
AppId_t unVideoAppID;
|
||||
uint32_t unVideoAppID;
|
||||
char *pchBuffer;
|
||||
int32_t *pnBufferSize;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue