mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 00:04:34 +01:00
lsteamclient: Get rid of the remaining steam typedefs.
CW-Bug-Id: #22729
This commit is contained in:
parent
aaf9ba6e56
commit
a5fe4d774b
204 changed files with 7396 additions and 7395 deletions
|
|
@ -10,7 +10,7 @@ struct cppISteamMatchmaking_SteamMatchMaking007_GetFavoriteGame_params
|
|||
void *linux_side;
|
||||
bool _ret;
|
||||
int32_t iGame;
|
||||
AppId_t *pnAppID;
|
||||
uint32_t *pnAppID;
|
||||
uint32_t *pnIP;
|
||||
uint16_t *pnConnPort;
|
||||
uint16_t *pnQueryPort;
|
||||
|
|
@ -23,7 +23,7 @@ struct cppISteamMatchmaking_SteamMatchMaking007_AddFavoriteGame_params
|
|||
{
|
||||
void *linux_side;
|
||||
int32_t _ret;
|
||||
AppId_t nAppID;
|
||||
uint32_t nAppID;
|
||||
uint32_t nIP;
|
||||
uint16_t nConnPort;
|
||||
uint16_t nQueryPort;
|
||||
|
|
@ -36,7 +36,7 @@ struct cppISteamMatchmaking_SteamMatchMaking007_RemoveFavoriteGame_params
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
AppId_t nAppID;
|
||||
uint32_t nAppID;
|
||||
uint32_t nIP;
|
||||
uint16_t nConnPort;
|
||||
uint16_t nQueryPort;
|
||||
|
|
@ -47,7 +47,7 @@ extern void cppISteamMatchmaking_SteamMatchMaking007_RemoveFavoriteGame( struct
|
|||
struct cppISteamMatchmaking_SteamMatchMaking007_RequestLobbyList_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
uint64_t _ret;
|
||||
};
|
||||
extern void cppISteamMatchmaking_SteamMatchMaking007_RequestLobbyList( struct cppISteamMatchmaking_SteamMatchMaking007_RequestLobbyList_params *params );
|
||||
|
||||
|
|
@ -95,7 +95,7 @@ extern void cppISteamMatchmaking_SteamMatchMaking007_GetLobbyByIndex( struct cpp
|
|||
struct cppISteamMatchmaking_SteamMatchMaking007_CreateLobby_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
uint64_t _ret;
|
||||
uint32_t eLobbyType;
|
||||
int32_t cMaxMembers;
|
||||
};
|
||||
|
|
@ -104,7 +104,7 @@ extern void cppISteamMatchmaking_SteamMatchMaking007_CreateLobby( struct cppISte
|
|||
struct cppISteamMatchmaking_SteamMatchMaking007_JoinLobby_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
uint64_t _ret;
|
||||
CSteamID steamIDLobby;
|
||||
};
|
||||
extern void cppISteamMatchmaking_SteamMatchMaking007_JoinLobby( struct cppISteamMatchmaking_SteamMatchMaking007_JoinLobby_params *params );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue