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
|
|
@ -123,7 +123,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_IndicateAchie
|
|||
struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_RequestUserStats_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
uint64_t _ret;
|
||||
CSteamID steamIDUser;
|
||||
};
|
||||
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_RequestUserStats( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_RequestUserStats_params *params );
|
||||
|
|
@ -180,7 +180,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_ResetAllStats
|
|||
struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_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_VERSION007_FindOrCreateL
|
|||
struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_FindLeaderboard_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
uint64_t _ret;
|
||||
const char *pchLeaderboardName;
|
||||
};
|
||||
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_FindLeaderboard( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_FindLeaderboard_params *params );
|
||||
|
|
@ -199,7 +199,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardName
|
|||
{
|
||||
void *linux_side;
|
||||
const char *_ret;
|
||||
SteamLeaderboard_t hSteamLeaderboard;
|
||||
uint64_t hSteamLeaderboard;
|
||||
};
|
||||
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardName( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardName_params *params );
|
||||
|
||||
|
|
@ -207,7 +207,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardEntr
|
|||
{
|
||||
void *linux_side;
|
||||
int32_t _ret;
|
||||
SteamLeaderboard_t hSteamLeaderboard;
|
||||
uint64_t hSteamLeaderboard;
|
||||
};
|
||||
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardEntryCount( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardEntryCount_params *params );
|
||||
|
||||
|
|
@ -215,7 +215,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardSort
|
|||
{
|
||||
void *linux_side;
|
||||
uint32_t _ret;
|
||||
SteamLeaderboard_t hSteamLeaderboard;
|
||||
uint64_t hSteamLeaderboard;
|
||||
};
|
||||
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardSortMethod( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardSortMethod_params *params );
|
||||
|
||||
|
|
@ -223,15 +223,15 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardDisp
|
|||
{
|
||||
void *linux_side;
|
||||
uint32_t _ret;
|
||||
SteamLeaderboard_t hSteamLeaderboard;
|
||||
uint64_t hSteamLeaderboard;
|
||||
};
|
||||
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardDisplayType( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetLeaderboardDisplayType_params *params );
|
||||
|
||||
struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_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_VERSION007_GetDownloadedLeade
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
SteamLeaderboardEntries_t hSteamLeaderboardEntries;
|
||||
uint64_t hSteamLeaderboardEntries;
|
||||
int32_t index;
|
||||
LeaderboardEntry_t *pLeaderboardEntry;
|
||||
int32_t *pDetails;
|
||||
|
|
@ -253,8 +253,8 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetDownloaded
|
|||
struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_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,7 +265,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_UploadLeaderb
|
|||
struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetNumberOfCurrentPlayers_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
uint64_t _ret;
|
||||
};
|
||||
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetNumberOfCurrentPlayers( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007_GetNumberOfCurrentPlayers_params *params );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue