mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-28 18:24:44 +01:00
lsteamclient: Get rid of the remaining steam typedefs.
CW-Bug-Id: #22729
This commit is contained in:
parent
58b60f93f6
commit
5cb7e98820
204 changed files with 7396 additions and 7395 deletions
|
|
@ -61,8 +61,8 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetPingToDataCenter_para
|
|||
{
|
||||
void *linux_side;
|
||||
int32_t _ret;
|
||||
SteamNetworkingPOPID popID;
|
||||
SteamNetworkingPOPID *pViaRelayPoP;
|
||||
uint32_t popID;
|
||||
uint32_t *pViaRelayPoP;
|
||||
};
|
||||
extern void cppISteamNetworkingUtils_SteamNetworkingUtils002_GetPingToDataCenter( struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetPingToDataCenter_params *params );
|
||||
|
||||
|
|
@ -70,7 +70,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetDirectPingToPOP_param
|
|||
{
|
||||
void *linux_side;
|
||||
int32_t _ret;
|
||||
SteamNetworkingPOPID popID;
|
||||
uint32_t popID;
|
||||
};
|
||||
extern void cppISteamNetworkingUtils_SteamNetworkingUtils002_GetDirectPingToPOP( struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetDirectPingToPOP_params *params );
|
||||
|
||||
|
|
@ -85,7 +85,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetPOPList_params
|
|||
{
|
||||
void *linux_side;
|
||||
int32_t _ret;
|
||||
SteamNetworkingPOPID *list;
|
||||
uint32_t *list;
|
||||
int32_t nListSz;
|
||||
};
|
||||
extern void cppISteamNetworkingUtils_SteamNetworkingUtils002_GetPOPList( struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetPOPList_params *params );
|
||||
|
|
@ -93,7 +93,7 @@ extern void cppISteamNetworkingUtils_SteamNetworkingUtils002_GetPOPList( struct
|
|||
struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetLocalTimestamp_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamNetworkingMicroseconds _ret;
|
||||
int64_t _ret;
|
||||
};
|
||||
extern void cppISteamNetworkingUtils_SteamNetworkingUtils002_GetLocalTimestamp( struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetLocalTimestamp_params *params );
|
||||
|
||||
|
|
@ -126,7 +126,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetConfigValue_params
|
|||
int32_t scopeObj;
|
||||
uint32_t *pOutDataType;
|
||||
void *pResult;
|
||||
size_t *cbResult;
|
||||
uint32_t *cbResult;
|
||||
};
|
||||
extern void cppISteamNetworkingUtils_SteamNetworkingUtils002_GetConfigValue( struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetConfigValue_params *params );
|
||||
|
||||
|
|
@ -154,7 +154,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils002_SteamNetworkingIPAddr_To
|
|||
void *linux_side;
|
||||
const SteamNetworkingIPAddr *addr;
|
||||
char *buf;
|
||||
size_t cbBuf;
|
||||
uint32_t cbBuf;
|
||||
bool bWithPort;
|
||||
};
|
||||
extern void cppISteamNetworkingUtils_SteamNetworkingUtils002_SteamNetworkingIPAddr_ToString( struct cppISteamNetworkingUtils_SteamNetworkingUtils002_SteamNetworkingIPAddr_ToString_params *params );
|
||||
|
|
@ -173,7 +173,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils002_SteamNetworkingIdentity_
|
|||
void *linux_side;
|
||||
const SteamNetworkingIdentity *identity;
|
||||
char *buf;
|
||||
size_t cbBuf;
|
||||
uint32_t cbBuf;
|
||||
};
|
||||
extern void cppISteamNetworkingUtils_SteamNetworkingUtils002_SteamNetworkingIdentity_ToString( struct cppISteamNetworkingUtils_SteamNetworkingUtils002_SteamNetworkingIdentity_ToString_params *params );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue