mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-03 13:14:29 +01:00
parent
5aefaf36d8
commit
b83f5fe79e
191 changed files with 1642 additions and 1642 deletions
|
|
@ -88,7 +88,7 @@ struct cppISteamMatchmaking_SteamMatchMaking006_CreateLobby_params
|
|||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
ELobbyType eLobbyType;
|
||||
uint32_t eLobbyType;
|
||||
};
|
||||
extern void cppISteamMatchmaking_SteamMatchMaking006_CreateLobby( struct cppISteamMatchmaking_SteamMatchMaking006_CreateLobby_params *params );
|
||||
|
||||
|
|
@ -190,7 +190,7 @@ struct cppISteamMatchmaking_SteamMatchMaking006_GetLobbyChatEntry_params
|
|||
CSteamID *pSteamIDUser;
|
||||
void *pvData;
|
||||
int cubData;
|
||||
EChatEntryType *peChatEntryType;
|
||||
uint32_t *peChatEntryType;
|
||||
};
|
||||
extern void cppISteamMatchmaking_SteamMatchMaking006_GetLobbyChatEntry( struct cppISteamMatchmaking_SteamMatchMaking006_GetLobbyChatEntry_params *params );
|
||||
|
||||
|
|
@ -245,7 +245,7 @@ struct cppISteamMatchmaking_SteamMatchMaking006_SetLobbyType_params
|
|||
void *linux_side;
|
||||
bool _ret;
|
||||
CSteamID steamIDLobby;
|
||||
ELobbyType eLobbyType;
|
||||
uint32_t eLobbyType;
|
||||
};
|
||||
extern void cppISteamMatchmaking_SteamMatchMaking006_SetLobbyType( struct cppISteamMatchmaking_SteamMatchMaking006_SetLobbyType_params *params );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue