mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-01 20:24:25 +01:00
parent
444a139150
commit
eb1a12c85c
514 changed files with 10161 additions and 10868 deletions
|
|
@ -1,4 +1,12 @@
|
|||
struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012;
|
||||
/* This file is auto-generated, do not edit. */
|
||||
#include <stdarg.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_RequestCurrentStats_params
|
||||
{
|
||||
void *linux_side;
|
||||
|
|
@ -270,7 +278,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetDownloadedLeade
|
|||
bool _ret;
|
||||
uint64_t hSteamLeaderboardEntries;
|
||||
int32_t index;
|
||||
winLeaderboardEntry_t_158 *pLeaderboardEntry;
|
||||
w_LeaderboardEntry_t_123 *pLeaderboardEntry;
|
||||
int32_t *pDetails;
|
||||
int32_t cDetailsMax;
|
||||
};
|
||||
|
|
@ -409,3 +417,6 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetAchievementProg
|
|||
};
|
||||
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetAchievementProgressLimits_2( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012_GetAchievementProgressLimits_2_params *params );
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif /* __cplusplus */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue