mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-27 01:34:34 +01:00
parent
444a139150
commit
eb1a12c85c
514 changed files with 10161 additions and 10868 deletions
|
|
@ -1,4 +1,12 @@
|
|||
struct cppISteamNetworkingUtils_SteamNetworkingUtils002;
|
||||
/* This file is auto-generated, do not edit. */
|
||||
#include <stdarg.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
struct cppISteamNetworkingUtils_SteamNetworkingUtils002_GetRelayNetworkStatus_params
|
||||
{
|
||||
void *linux_side;
|
||||
|
|
@ -172,7 +180,7 @@ extern void cppISteamNetworkingUtils_SteamNetworkingUtils002_SteamNetworkingIPAd
|
|||
struct cppISteamNetworkingUtils_SteamNetworkingUtils002_SteamNetworkingIdentity_ToString_params
|
||||
{
|
||||
void *linux_side;
|
||||
const SteamNetworkingIdentity *identity;
|
||||
const SteamNetworkingIdentity_144 *identity;
|
||||
char *buf;
|
||||
uint32_t cbBuf;
|
||||
};
|
||||
|
|
@ -182,8 +190,11 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils002_SteamNetworkingIdentity_
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
SteamNetworkingIdentity *pIdentity;
|
||||
SteamNetworkingIdentity_144 *pIdentity;
|
||||
const char *pszStr;
|
||||
};
|
||||
extern void cppISteamNetworkingUtils_SteamNetworkingUtils002_SteamNetworkingIdentity_ParseString( struct cppISteamNetworkingUtils_SteamNetworkingUtils002_SteamNetworkingIdentity_ParseString_params *params );
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif /* __cplusplus */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue