mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-23 15:54:07 +01:00
parent
9b1a3cb349
commit
9ea65fe0d0
514 changed files with 10161 additions and 10868 deletions
|
|
@ -1,4 +1,12 @@
|
|||
struct cppISteamNetworkingSockets_SteamNetworkingSockets004;
|
||||
/* This file is auto-generated, do not edit. */
|
||||
#include <stdarg.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
struct cppISteamNetworkingSockets_SteamNetworkingSockets004_CreateListenSocketIP_params
|
||||
{
|
||||
void *linux_side;
|
||||
|
|
@ -27,7 +35,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets004_ConnectP2P_params
|
|||
{
|
||||
void *linux_side;
|
||||
uint32_t _ret;
|
||||
const SteamNetworkingIdentity *identityRemote;
|
||||
const SteamNetworkingIdentity_144 *identityRemote;
|
||||
int32_t nVirtualPort;
|
||||
};
|
||||
extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_ConnectP2P( struct cppISteamNetworkingSockets_SteamNetworkingSockets004_ConnectP2P_params *params );
|
||||
|
|
@ -118,7 +126,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets004_ReceiveMessagesOnCon
|
|||
void *linux_side;
|
||||
int32_t _ret;
|
||||
uint32_t hConn;
|
||||
winSteamNetworkingMessage_t_146 **ppOutMessages;
|
||||
w_SteamNetworkingMessage_t_144 **ppOutMessages;
|
||||
int32_t nMaxMessages;
|
||||
};
|
||||
extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_ReceiveMessagesOnConnection( struct cppISteamNetworkingSockets_SteamNetworkingSockets004_ReceiveMessagesOnConnection_params *params );
|
||||
|
|
@ -128,7 +136,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets004_ReceiveMessagesOnLis
|
|||
void *linux_side;
|
||||
int32_t _ret;
|
||||
uint32_t hSocket;
|
||||
winSteamNetworkingMessage_t_146 **ppOutMessages;
|
||||
w_SteamNetworkingMessage_t_144 **ppOutMessages;
|
||||
int32_t nMaxMessages;
|
||||
};
|
||||
extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_ReceiveMessagesOnListenSocket( struct cppISteamNetworkingSockets_SteamNetworkingSockets004_ReceiveMessagesOnListenSocket_params *params );
|
||||
|
|
@ -138,7 +146,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetConnectionInfo_pa
|
|||
void *linux_side;
|
||||
bool _ret;
|
||||
uint32_t hConn;
|
||||
SteamNetConnectionInfo_t *pInfo;
|
||||
SteamNetConnectionInfo_t_144 *pInfo;
|
||||
};
|
||||
extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_GetConnectionInfo( struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetConnectionInfo_params *params );
|
||||
|
||||
|
|
@ -177,8 +185,8 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets004_CreateSocketPair_par
|
|||
uint32_t *pOutConnection1;
|
||||
uint32_t *pOutConnection2;
|
||||
bool bUseNetworkLoopback;
|
||||
const SteamNetworkingIdentity *pIdentity1;
|
||||
const SteamNetworkingIdentity *pIdentity2;
|
||||
const SteamNetworkingIdentity_144 *pIdentity1;
|
||||
const SteamNetworkingIdentity_144 *pIdentity2;
|
||||
};
|
||||
extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_CreateSocketPair( struct cppISteamNetworkingSockets_SteamNetworkingSockets004_CreateSocketPair_params *params );
|
||||
|
||||
|
|
@ -186,7 +194,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetIdentity_params
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
SteamNetworkingIdentity *pIdentity;
|
||||
SteamNetworkingIdentity_144 *pIdentity;
|
||||
};
|
||||
extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_GetIdentity( struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetIdentity_params *params );
|
||||
|
||||
|
|
@ -219,7 +227,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets004_FindRelayAuthTicketF
|
|||
{
|
||||
void *linux_side;
|
||||
int32_t _ret;
|
||||
const SteamNetworkingIdentity *identityGameServer;
|
||||
const SteamNetworkingIdentity_144 *identityGameServer;
|
||||
int32_t nVirtualPort;
|
||||
SteamDatagramRelayAuthTicket *pOutParsedTicket;
|
||||
};
|
||||
|
|
@ -229,7 +237,7 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets004_ConnectToHostedDedic
|
|||
{
|
||||
void *linux_side;
|
||||
uint32_t _ret;
|
||||
const SteamNetworkingIdentity *identityTarget;
|
||||
const SteamNetworkingIdentity_144 *identityTarget;
|
||||
int32_t nVirtualPort;
|
||||
};
|
||||
extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_ConnectToHostedDedicatedServer( struct cppISteamNetworkingSockets_SteamNetworkingSockets004_ConnectToHostedDedicatedServer_params *params );
|
||||
|
|
@ -274,3 +282,6 @@ struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetGameCoordinatorSe
|
|||
};
|
||||
extern void cppISteamNetworkingSockets_SteamNetworkingSockets004_GetGameCoordinatorServerLogin( struct cppISteamNetworkingSockets_SteamNetworkingSockets004_GetGameCoordinatorServerLogin_params *params );
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif /* __cplusplus */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue