mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-23 15:54:07 +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 cppISteamClient_SteamClient013_CreateSteamPipe_params
|
||||
{
|
||||
void *linux_side;
|
||||
HSteamPipe _ret;
|
||||
int32_t _ret;
|
||||
};
|
||||
extern void cppISteamClient_SteamClient013_CreateSteamPipe( struct cppISteamClient_SteamClient013_CreateSteamPipe_params *params );
|
||||
|
||||
|
|
@ -9,23 +9,23 @@ struct cppISteamClient_SteamClient013_BReleaseSteamPipe_params
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
HSteamPipe hSteamPipe;
|
||||
int32_t hSteamPipe;
|
||||
};
|
||||
extern void cppISteamClient_SteamClient013_BReleaseSteamPipe( struct cppISteamClient_SteamClient013_BReleaseSteamPipe_params *params );
|
||||
|
||||
struct cppISteamClient_SteamClient013_ConnectToGlobalUser_params
|
||||
{
|
||||
void *linux_side;
|
||||
HSteamUser _ret;
|
||||
HSteamPipe hSteamPipe;
|
||||
int32_t _ret;
|
||||
int32_t hSteamPipe;
|
||||
};
|
||||
extern void cppISteamClient_SteamClient013_ConnectToGlobalUser( struct cppISteamClient_SteamClient013_ConnectToGlobalUser_params *params );
|
||||
|
||||
struct cppISteamClient_SteamClient013_CreateLocalUser_params
|
||||
{
|
||||
void *linux_side;
|
||||
HSteamUser _ret;
|
||||
HSteamPipe *phSteamPipe;
|
||||
int32_t _ret;
|
||||
int32_t *phSteamPipe;
|
||||
uint32_t eAccountType;
|
||||
};
|
||||
extern void cppISteamClient_SteamClient013_CreateLocalUser( struct cppISteamClient_SteamClient013_CreateLocalUser_params *params );
|
||||
|
|
@ -33,8 +33,8 @@ extern void cppISteamClient_SteamClient013_CreateLocalUser( struct cppISteamClie
|
|||
struct cppISteamClient_SteamClient013_ReleaseUser_params
|
||||
{
|
||||
void *linux_side;
|
||||
HSteamPipe hSteamPipe;
|
||||
HSteamUser hUser;
|
||||
int32_t hSteamPipe;
|
||||
int32_t hUser;
|
||||
};
|
||||
extern void cppISteamClient_SteamClient013_ReleaseUser( struct cppISteamClient_SteamClient013_ReleaseUser_params *params );
|
||||
|
||||
|
|
@ -42,8 +42,8 @@ struct cppISteamClient_SteamClient013_GetISteamUser_params
|
|||
{
|
||||
void *linux_side;
|
||||
void /*ISteamUser*/ *_ret;
|
||||
HSteamUser hSteamUser;
|
||||
HSteamPipe hSteamPipe;
|
||||
int32_t hSteamUser;
|
||||
int32_t hSteamPipe;
|
||||
const char *pchVersion;
|
||||
};
|
||||
extern void cppISteamClient_SteamClient013_GetISteamUser( struct cppISteamClient_SteamClient013_GetISteamUser_params *params );
|
||||
|
|
@ -52,8 +52,8 @@ struct cppISteamClient_SteamClient013_GetISteamGameServer_params
|
|||
{
|
||||
void *linux_side;
|
||||
void /*ISteamGameServer*/ *_ret;
|
||||
HSteamUser hSteamUser;
|
||||
HSteamPipe hSteamPipe;
|
||||
int32_t hSteamUser;
|
||||
int32_t hSteamPipe;
|
||||
const char *pchVersion;
|
||||
};
|
||||
extern void cppISteamClient_SteamClient013_GetISteamGameServer( struct cppISteamClient_SteamClient013_GetISteamGameServer_params *params );
|
||||
|
|
@ -70,8 +70,8 @@ struct cppISteamClient_SteamClient013_GetISteamFriends_params
|
|||
{
|
||||
void *linux_side;
|
||||
void /*ISteamFriends*/ *_ret;
|
||||
HSteamUser hSteamUser;
|
||||
HSteamPipe hSteamPipe;
|
||||
int32_t hSteamUser;
|
||||
int32_t hSteamPipe;
|
||||
const char *pchVersion;
|
||||
};
|
||||
extern void cppISteamClient_SteamClient013_GetISteamFriends( struct cppISteamClient_SteamClient013_GetISteamFriends_params *params );
|
||||
|
|
@ -80,7 +80,7 @@ struct cppISteamClient_SteamClient013_GetISteamUtils_params
|
|||
{
|
||||
void *linux_side;
|
||||
void /*ISteamUtils*/ *_ret;
|
||||
HSteamPipe hSteamPipe;
|
||||
int32_t hSteamPipe;
|
||||
const char *pchVersion;
|
||||
};
|
||||
extern void cppISteamClient_SteamClient013_GetISteamUtils( struct cppISteamClient_SteamClient013_GetISteamUtils_params *params );
|
||||
|
|
@ -89,8 +89,8 @@ struct cppISteamClient_SteamClient013_GetISteamMatchmaking_params
|
|||
{
|
||||
void *linux_side;
|
||||
void /*ISteamMatchmaking*/ *_ret;
|
||||
HSteamUser hSteamUser;
|
||||
HSteamPipe hSteamPipe;
|
||||
int32_t hSteamUser;
|
||||
int32_t hSteamPipe;
|
||||
const char *pchVersion;
|
||||
};
|
||||
extern void cppISteamClient_SteamClient013_GetISteamMatchmaking( struct cppISteamClient_SteamClient013_GetISteamMatchmaking_params *params );
|
||||
|
|
@ -99,8 +99,8 @@ struct cppISteamClient_SteamClient013_GetISteamMatchmakingServers_params
|
|||
{
|
||||
void *linux_side;
|
||||
void /*ISteamMatchmakingServers*/ *_ret;
|
||||
HSteamUser hSteamUser;
|
||||
HSteamPipe hSteamPipe;
|
||||
int32_t hSteamUser;
|
||||
int32_t hSteamPipe;
|
||||
const char *pchVersion;
|
||||
};
|
||||
extern void cppISteamClient_SteamClient013_GetISteamMatchmakingServers( struct cppISteamClient_SteamClient013_GetISteamMatchmakingServers_params *params );
|
||||
|
|
@ -109,8 +109,8 @@ struct cppISteamClient_SteamClient013_GetISteamGenericInterface_params
|
|||
{
|
||||
void *linux_side;
|
||||
void *_ret;
|
||||
HSteamUser hSteamUser;
|
||||
HSteamPipe hSteamPipe;
|
||||
int32_t hSteamUser;
|
||||
int32_t hSteamPipe;
|
||||
const char *pchVersion;
|
||||
};
|
||||
extern void cppISteamClient_SteamClient013_GetISteamGenericInterface( struct cppISteamClient_SteamClient013_GetISteamGenericInterface_params *params );
|
||||
|
|
@ -119,8 +119,8 @@ struct cppISteamClient_SteamClient013_GetISteamUserStats_params
|
|||
{
|
||||
void *linux_side;
|
||||
void /*ISteamUserStats*/ *_ret;
|
||||
HSteamUser hSteamUser;
|
||||
HSteamPipe hSteamPipe;
|
||||
int32_t hSteamUser;
|
||||
int32_t hSteamPipe;
|
||||
const char *pchVersion;
|
||||
};
|
||||
extern void cppISteamClient_SteamClient013_GetISteamUserStats( struct cppISteamClient_SteamClient013_GetISteamUserStats_params *params );
|
||||
|
|
@ -129,8 +129,8 @@ struct cppISteamClient_SteamClient013_GetISteamGameServerStats_params
|
|||
{
|
||||
void *linux_side;
|
||||
void /*ISteamGameServerStats*/ *_ret;
|
||||
HSteamUser hSteamuser;
|
||||
HSteamPipe hSteamPipe;
|
||||
int32_t hSteamuser;
|
||||
int32_t hSteamPipe;
|
||||
const char *pchVersion;
|
||||
};
|
||||
extern void cppISteamClient_SteamClient013_GetISteamGameServerStats( struct cppISteamClient_SteamClient013_GetISteamGameServerStats_params *params );
|
||||
|
|
@ -139,8 +139,8 @@ struct cppISteamClient_SteamClient013_GetISteamApps_params
|
|||
{
|
||||
void *linux_side;
|
||||
void /*ISteamApps*/ *_ret;
|
||||
HSteamUser hSteamUser;
|
||||
HSteamPipe hSteamPipe;
|
||||
int32_t hSteamUser;
|
||||
int32_t hSteamPipe;
|
||||
const char *pchVersion;
|
||||
};
|
||||
extern void cppISteamClient_SteamClient013_GetISteamApps( struct cppISteamClient_SteamClient013_GetISteamApps_params *params );
|
||||
|
|
@ -149,8 +149,8 @@ struct cppISteamClient_SteamClient013_GetISteamNetworking_params
|
|||
{
|
||||
void *linux_side;
|
||||
void /*ISteamNetworking*/ *_ret;
|
||||
HSteamUser hSteamUser;
|
||||
HSteamPipe hSteamPipe;
|
||||
int32_t hSteamUser;
|
||||
int32_t hSteamPipe;
|
||||
const char *pchVersion;
|
||||
};
|
||||
extern void cppISteamClient_SteamClient013_GetISteamNetworking( struct cppISteamClient_SteamClient013_GetISteamNetworking_params *params );
|
||||
|
|
@ -159,8 +159,8 @@ struct cppISteamClient_SteamClient013_GetISteamRemoteStorage_params
|
|||
{
|
||||
void *linux_side;
|
||||
void /*ISteamRemoteStorage*/ *_ret;
|
||||
HSteamUser hSteamuser;
|
||||
HSteamPipe hSteamPipe;
|
||||
int32_t hSteamuser;
|
||||
int32_t hSteamPipe;
|
||||
const char *pchVersion;
|
||||
};
|
||||
extern void cppISteamClient_SteamClient013_GetISteamRemoteStorage( struct cppISteamClient_SteamClient013_GetISteamRemoteStorage_params *params );
|
||||
|
|
@ -169,8 +169,8 @@ struct cppISteamClient_SteamClient013_GetISteamScreenshots_params
|
|||
{
|
||||
void *linux_side;
|
||||
void /*ISteamScreenshots*/ *_ret;
|
||||
HSteamUser hSteamuser;
|
||||
HSteamPipe hSteamPipe;
|
||||
int32_t hSteamuser;
|
||||
int32_t hSteamPipe;
|
||||
const char *pchVersion;
|
||||
};
|
||||
extern void cppISteamClient_SteamClient013_GetISteamScreenshots( struct cppISteamClient_SteamClient013_GetISteamScreenshots_params *params );
|
||||
|
|
@ -206,8 +206,8 @@ struct cppISteamClient_SteamClient013_GetISteamHTTP_params
|
|||
{
|
||||
void *linux_side;
|
||||
void /*ISteamHTTP*/ *_ret;
|
||||
HSteamUser hSteamuser;
|
||||
HSteamPipe hSteamPipe;
|
||||
int32_t hSteamuser;
|
||||
int32_t hSteamPipe;
|
||||
const char *pchVersion;
|
||||
};
|
||||
extern void cppISteamClient_SteamClient013_GetISteamHTTP( struct cppISteamClient_SteamClient013_GetISteamHTTP_params *params );
|
||||
|
|
@ -216,8 +216,8 @@ struct cppISteamClient_SteamClient013_GetISteamUnifiedMessages_params
|
|||
{
|
||||
void *linux_side;
|
||||
void /*ISteamUnifiedMessages*/ *_ret;
|
||||
HSteamUser hSteamuser;
|
||||
HSteamPipe hSteamPipe;
|
||||
int32_t hSteamuser;
|
||||
int32_t hSteamPipe;
|
||||
const char *pchVersion;
|
||||
};
|
||||
extern void cppISteamClient_SteamClient013_GetISteamUnifiedMessages( struct cppISteamClient_SteamClient013_GetISteamUnifiedMessages_params *params );
|
||||
|
|
@ -226,8 +226,8 @@ struct cppISteamClient_SteamClient013_GetISteamController_params
|
|||
{
|
||||
void *linux_side;
|
||||
void /*ISteamController*/ *_ret;
|
||||
HSteamUser hSteamUser;
|
||||
HSteamPipe hSteamPipe;
|
||||
int32_t hSteamUser;
|
||||
int32_t hSteamPipe;
|
||||
const char *pchVersion;
|
||||
};
|
||||
extern void cppISteamClient_SteamClient013_GetISteamController( struct cppISteamClient_SteamClient013_GetISteamController_params *params );
|
||||
|
|
@ -236,8 +236,8 @@ struct cppISteamClient_SteamClient013_GetISteamUGC_params
|
|||
{
|
||||
void *linux_side;
|
||||
void /*ISteamUGC*/ *_ret;
|
||||
HSteamUser hSteamUser;
|
||||
HSteamPipe hSteamPipe;
|
||||
int32_t hSteamUser;
|
||||
int32_t hSteamPipe;
|
||||
const char *pchVersion;
|
||||
};
|
||||
extern void cppISteamClient_SteamClient013_GetISteamUGC( struct cppISteamClient_SteamClient013_GetISteamUGC_params *params );
|
||||
|
|
@ -246,8 +246,8 @@ struct cppISteamClient_SteamClient013_GetISteamInventory_params
|
|||
{
|
||||
void *linux_side;
|
||||
void *_ret;
|
||||
HSteamUser hSteamUser;
|
||||
HSteamPipe hSteamPipe;
|
||||
int32_t hSteamUser;
|
||||
int32_t hSteamPipe;
|
||||
const char *pchVersion;
|
||||
};
|
||||
extern void cppISteamClient_SteamClient013_GetISteamInventory( struct cppISteamClient_SteamClient013_GetISteamInventory_params *params );
|
||||
|
|
@ -256,8 +256,8 @@ struct cppISteamClient_SteamClient013_GetISteamVideo_params
|
|||
{
|
||||
void *linux_side;
|
||||
void *_ret;
|
||||
HSteamUser hSteamUser;
|
||||
HSteamPipe hSteamPipe;
|
||||
int32_t hSteamUser;
|
||||
int32_t hSteamPipe;
|
||||
const char *pchVersion;
|
||||
};
|
||||
extern void cppISteamClient_SteamClient013_GetISteamVideo( struct cppISteamClient_SteamClient013_GetISteamVideo_params *params );
|
||||
|
|
@ -266,8 +266,8 @@ struct cppISteamClient_SteamClient013_GetISteamAppList_params
|
|||
{
|
||||
void *linux_side;
|
||||
void /*ISteamAppList*/ *_ret;
|
||||
HSteamUser hSteamUser;
|
||||
HSteamPipe hSteamPipe;
|
||||
int32_t hSteamUser;
|
||||
int32_t hSteamPipe;
|
||||
const char *pchVersion;
|
||||
};
|
||||
extern void cppISteamClient_SteamClient013_GetISteamAppList( struct cppISteamClient_SteamClient013_GetISteamAppList_params *params );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue