mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-01 12:14:29 +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
|
|
@ -113,7 +113,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_IndicateAchie
|
|||
struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_RequestUserStats_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
uint64_t _ret;
|
||||
CSteamID steamIDUser;
|
||||
};
|
||||
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_RequestUserStats( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_RequestUserStats_params *params );
|
||||
|
|
@ -159,7 +159,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_ResetAllStats
|
|||
struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_FindOrCreateLeaderboard_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
uint64_t _ret;
|
||||
const char *pchLeaderboardName;
|
||||
uint32_t eLeaderboardSortMethod;
|
||||
uint32_t eLeaderboardDisplayType;
|
||||
|
|
@ -169,7 +169,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_FindOrCreateL
|
|||
struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_FindLeaderboard_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
uint64_t _ret;
|
||||
const char *pchLeaderboardName;
|
||||
};
|
||||
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_FindLeaderboard( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_FindLeaderboard_params *params );
|
||||
|
|
@ -178,7 +178,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardName
|
|||
{
|
||||
void *linux_side;
|
||||
const char *_ret;
|
||||
SteamLeaderboard_t hSteamLeaderboard;
|
||||
uint64_t hSteamLeaderboard;
|
||||
};
|
||||
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardName( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardName_params *params );
|
||||
|
||||
|
|
@ -186,7 +186,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardEntr
|
|||
{
|
||||
void *linux_side;
|
||||
int32_t _ret;
|
||||
SteamLeaderboard_t hSteamLeaderboard;
|
||||
uint64_t hSteamLeaderboard;
|
||||
};
|
||||
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardEntryCount( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardEntryCount_params *params );
|
||||
|
||||
|
|
@ -194,7 +194,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardSort
|
|||
{
|
||||
void *linux_side;
|
||||
uint32_t _ret;
|
||||
SteamLeaderboard_t hSteamLeaderboard;
|
||||
uint64_t hSteamLeaderboard;
|
||||
};
|
||||
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardSortMethod( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardSortMethod_params *params );
|
||||
|
||||
|
|
@ -202,15 +202,15 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardDisp
|
|||
{
|
||||
void *linux_side;
|
||||
uint32_t _ret;
|
||||
SteamLeaderboard_t hSteamLeaderboard;
|
||||
uint64_t hSteamLeaderboard;
|
||||
};
|
||||
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardDisplayType( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetLeaderboardDisplayType_params *params );
|
||||
|
||||
struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_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;
|
||||
|
|
@ -221,7 +221,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetDownloadedLeade
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
SteamLeaderboardEntries_t hSteamLeaderboardEntries;
|
||||
uint64_t hSteamLeaderboardEntries;
|
||||
int32_t index;
|
||||
LeaderboardEntry_t *pLeaderboardEntry;
|
||||
int32_t *pDetails;
|
||||
|
|
@ -232,8 +232,8 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetDownloaded
|
|||
struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_UploadLeaderboardScore_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
SteamLeaderboard_t hSteamLeaderboard;
|
||||
uint64_t _ret;
|
||||
uint64_t hSteamLeaderboard;
|
||||
int32_t nScore;
|
||||
int32_t *pScoreDetails;
|
||||
int32_t cScoreDetailsCount;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue