mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-04 21:54:42 +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
|
|
@ -123,7 +123,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_IndicateAchie
|
|||
struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_RequestUserStats_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
uint64_t _ret;
|
||||
CSteamID steamIDUser;
|
||||
};
|
||||
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_RequestUserStats( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_RequestUserStats_params *params );
|
||||
|
|
@ -180,7 +180,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_ResetAllStats
|
|||
struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_FindOrCreateLeaderboard_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
uint64_t _ret;
|
||||
const char *pchLeaderboardName;
|
||||
uint32_t eLeaderboardSortMethod;
|
||||
uint32_t eLeaderboardDisplayType;
|
||||
|
|
@ -190,7 +190,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_FindOrCreateL
|
|||
struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_FindLeaderboard_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
uint64_t _ret;
|
||||
const char *pchLeaderboardName;
|
||||
};
|
||||
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_FindLeaderboard( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_FindLeaderboard_params *params );
|
||||
|
|
@ -199,7 +199,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardName
|
|||
{
|
||||
void *linux_side;
|
||||
const char *_ret;
|
||||
SteamLeaderboard_t hSteamLeaderboard;
|
||||
uint64_t hSteamLeaderboard;
|
||||
};
|
||||
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardName( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardName_params *params );
|
||||
|
||||
|
|
@ -207,7 +207,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardEntr
|
|||
{
|
||||
void *linux_side;
|
||||
int32_t _ret;
|
||||
SteamLeaderboard_t hSteamLeaderboard;
|
||||
uint64_t hSteamLeaderboard;
|
||||
};
|
||||
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardEntryCount( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardEntryCount_params *params );
|
||||
|
||||
|
|
@ -215,7 +215,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardSort
|
|||
{
|
||||
void *linux_side;
|
||||
uint32_t _ret;
|
||||
SteamLeaderboard_t hSteamLeaderboard;
|
||||
uint64_t hSteamLeaderboard;
|
||||
};
|
||||
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardSortMethod( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardSortMethod_params *params );
|
||||
|
||||
|
|
@ -223,15 +223,15 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardDisp
|
|||
{
|
||||
void *linux_side;
|
||||
uint32_t _ret;
|
||||
SteamLeaderboard_t hSteamLeaderboard;
|
||||
uint64_t hSteamLeaderboard;
|
||||
};
|
||||
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardDisplayType( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardDisplayType_params *params );
|
||||
|
||||
struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_DownloadLeaderboardEntries_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
SteamLeaderboard_t hSteamLeaderboard;
|
||||
uint64_t _ret;
|
||||
uint64_t hSteamLeaderboard;
|
||||
uint32_t eLeaderboardDataRequest;
|
||||
int32_t nRangeStart;
|
||||
int32_t nRangeEnd;
|
||||
|
|
@ -242,7 +242,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetDownloadedLeade
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
SteamLeaderboardEntries_t hSteamLeaderboardEntries;
|
||||
uint64_t hSteamLeaderboardEntries;
|
||||
int32_t index;
|
||||
winLeaderboardEntry_t_111x *pLeaderboardEntry;
|
||||
int32_t *pDetails;
|
||||
|
|
@ -253,8 +253,8 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetDownloaded
|
|||
struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_UploadLeaderboardScore_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
SteamLeaderboard_t hSteamLeaderboard;
|
||||
uint64_t _ret;
|
||||
uint64_t hSteamLeaderboard;
|
||||
uint32_t eLeaderboardUploadScoreMethod;
|
||||
int32_t nScore;
|
||||
const int32_t *pScoreDetails;
|
||||
|
|
@ -265,16 +265,16 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_UploadLeaderb
|
|||
struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_AttachLeaderboardUGC_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
SteamLeaderboard_t hSteamLeaderboard;
|
||||
UGCHandle_t hUGC;
|
||||
uint64_t _ret;
|
||||
uint64_t hSteamLeaderboard;
|
||||
uint64_t hUGC;
|
||||
};
|
||||
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_AttachLeaderboardUGC( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_AttachLeaderboardUGC_params *params );
|
||||
|
||||
struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetNumberOfCurrentPlayers_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
uint64_t _ret;
|
||||
};
|
||||
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetNumberOfCurrentPlayers( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetNumberOfCurrentPlayers_params *params );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue