lsteamclient: Use the new structures in thunks.

CW-Bug-Id: #22729
This commit is contained in:
Rémi Bernon 2023-09-30 14:02:30 +02:00
parent 444a139150
commit eb1a12c85c
514 changed files with 10161 additions and 10868 deletions

View file

@ -1,4 +1,12 @@
struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005;
/* 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_VERSION005_RequestCurrentStats_params
{
void *linux_side;
@ -224,7 +232,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_GetDownloadedLeade
bool _ret;
uint64_t hSteamLeaderboardEntries;
int32_t index;
LeaderboardEntry_t *pLeaderboardEntry;
w_LeaderboardEntry_t_104 *pLeaderboardEntry;
int32_t *pDetails;
int32_t cDetailsMax;
};
@ -241,3 +249,6 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_UploadLeaderboardS
};
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_UploadLeaderboardScore( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005_UploadLeaderboardScore_params *params );
#ifdef __cplusplus
} /* extern "C" */
#endif /* __cplusplus */