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_VERSION009;
/* 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_VERSION009_RequestCurrentStats_params
{
void *linux_side;
@ -255,7 +263,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetDownloadedLeade
bool _ret;
uint64_t hSteamLeaderboardEntries;
int32_t index;
winLeaderboardEntry_t_113 *pLeaderboardEntry;
w_LeaderboardEntry_t_111x *pLeaderboardEntry;
int32_t *pDetails;
int32_t cDetailsMax;
};
@ -289,3 +297,6 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetNumberOfCurrent
};
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetNumberOfCurrentPlayers( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009_GetNumberOfCurrentPlayers_params *params );
#ifdef __cplusplus
} /* extern "C" */
#endif /* __cplusplus */