mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-31 03:37:35 +01:00
parent
5aefaf36d8
commit
b83f5fe79e
191 changed files with 1642 additions and 1642 deletions
|
|
@ -5,7 +5,7 @@ struct cppISteamNetworking_SteamNetworking004_SendP2PPacket_params
|
|||
CSteamID steamIDRemote;
|
||||
const void *pubData;
|
||||
uint32 cubData;
|
||||
EP2PSend eP2PSendType;
|
||||
uint32_t eP2PSendType;
|
||||
int nVirtualPort;
|
||||
};
|
||||
extern void cppISteamNetworking_SteamNetworking004_SendP2PPacket( struct cppISteamNetworking_SteamNetworking004_SendP2PPacket_params *params );
|
||||
|
|
@ -184,7 +184,7 @@ extern void cppISteamNetworking_SteamNetworking004_GetListenSocketInfo( struct c
|
|||
struct cppISteamNetworking_SteamNetworking004_GetSocketConnectionType_params
|
||||
{
|
||||
void *linux_side;
|
||||
ESNetSocketConnectionType _ret;
|
||||
uint32_t _ret;
|
||||
SNetSocket_t hSocket;
|
||||
};
|
||||
extern void cppISteamNetworking_SteamNetworking004_GetSocketConnectionType( struct cppISteamNetworking_SteamNetworking004_GetSocketConnectionType_params *params );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue