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 committed by Arkadiusz Hiler
parent 9b1a3cb349
commit 9ea65fe0d0
514 changed files with 10161 additions and 10868 deletions

View file

@ -1,4 +1,12 @@
struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006;
/* 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_VERSION006_RequestCurrentStats_params
{
void *linux_side;
@ -224,7 +232,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetDownloadedLeade
bool _ret;
uint64_t hSteamLeaderboardEntries;
int32_t index;
LeaderboardEntry_t *pLeaderboardEntry;
w_LeaderboardEntry_t_104 *pLeaderboardEntry;
int32_t *pDetails;
int32_t cDetailsMax;
};
@ -249,3 +257,6 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetNumberOfCurrent
};
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetNumberOfCurrentPlayers( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006_GetNumberOfCurrentPlayers_params *params );
#ifdef __cplusplus
} /* extern "C" */
#endif /* __cplusplus */