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
|
|
@ -60,8 +60,8 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetPingToDataCenter_para
|
|||
{
|
||||
void *linux_side;
|
||||
int32_t _ret;
|
||||
SteamNetworkingPOPID popID;
|
||||
SteamNetworkingPOPID *pViaRelayPoP;
|
||||
uint32_t popID;
|
||||
uint32_t *pViaRelayPoP;
|
||||
};
|
||||
extern void cppISteamNetworkingUtils_SteamNetworkingUtils001_GetPingToDataCenter( struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetPingToDataCenter_params *params );
|
||||
|
||||
|
|
@ -69,7 +69,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetDirectPingToPOP_param
|
|||
{
|
||||
void *linux_side;
|
||||
int32_t _ret;
|
||||
SteamNetworkingPOPID popID;
|
||||
uint32_t popID;
|
||||
};
|
||||
extern void cppISteamNetworkingUtils_SteamNetworkingUtils001_GetDirectPingToPOP( struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetDirectPingToPOP_params *params );
|
||||
|
||||
|
|
@ -84,7 +84,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetPOPList_params
|
|||
{
|
||||
void *linux_side;
|
||||
int32_t _ret;
|
||||
SteamNetworkingPOPID *list;
|
||||
uint32_t *list;
|
||||
int32_t nListSz;
|
||||
};
|
||||
extern void cppISteamNetworkingUtils_SteamNetworkingUtils001_GetPOPList( struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetPOPList_params *params );
|
||||
|
|
@ -92,7 +92,7 @@ extern void cppISteamNetworkingUtils_SteamNetworkingUtils001_GetPOPList( struct
|
|||
struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetLocalTimestamp_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamNetworkingMicroseconds _ret;
|
||||
int64_t _ret;
|
||||
};
|
||||
extern void cppISteamNetworkingUtils_SteamNetworkingUtils001_GetLocalTimestamp( struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetLocalTimestamp_params *params );
|
||||
|
||||
|
|
@ -125,7 +125,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetConfigValue_params
|
|||
int32_t scopeObj;
|
||||
uint32_t *pOutDataType;
|
||||
void *pResult;
|
||||
size_t *cbResult;
|
||||
uint32_t *cbResult;
|
||||
};
|
||||
extern void cppISteamNetworkingUtils_SteamNetworkingUtils001_GetConfigValue( struct cppISteamNetworkingUtils_SteamNetworkingUtils001_GetConfigValue_params *params );
|
||||
|
||||
|
|
@ -153,7 +153,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils001_SteamNetworkingIPAddr_To
|
|||
void *linux_side;
|
||||
const SteamNetworkingIPAddr *addr;
|
||||
char *buf;
|
||||
size_t cbBuf;
|
||||
uint32_t cbBuf;
|
||||
bool bWithPort;
|
||||
};
|
||||
extern void cppISteamNetworkingUtils_SteamNetworkingUtils001_SteamNetworkingIPAddr_ToString( struct cppISteamNetworkingUtils_SteamNetworkingUtils001_SteamNetworkingIPAddr_ToString_params *params );
|
||||
|
|
@ -172,7 +172,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils001_SteamNetworkingIdentity_
|
|||
void *linux_side;
|
||||
const SteamNetworkingIdentity *identity;
|
||||
char *buf;
|
||||
size_t cbBuf;
|
||||
uint32_t cbBuf;
|
||||
};
|
||||
extern void cppISteamNetworkingUtils_SteamNetworkingUtils001_SteamNetworkingIdentity_ToString( struct cppISteamNetworkingUtils_SteamNetworkingUtils001_SteamNetworkingIdentity_ToString_params *params );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue