mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-01 20:24:25 +01:00
lsteamclient: Get rid of the remaining steam typedefs.
CW-Bug-Id: #22729
This commit is contained in:
parent
58b60f93f6
commit
5cb7e98820
204 changed files with 7396 additions and 7395 deletions
|
|
@ -10,7 +10,7 @@ struct cppISteamMatchmaking_SteamMatchMaking005_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_SteamMatchMaking005_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_SteamMatchMaking005_RemoveFavoriteGame_params
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
AppId_t nAppID;
|
||||
uint32_t nAppID;
|
||||
uint32_t nIP;
|
||||
uint16_t nConnPort;
|
||||
uint16_t nQueryPort;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue