mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-29 08:05:54 +03:00
9ea65fe0d0
CW-Bug-Id: #22729
125 lines
4.6 KiB
C
125 lines
4.6 KiB
C
/* 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_VERSION003_RequestCurrentStats_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
};
|
|
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_RequestCurrentStats( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_RequestCurrentStats_params *params );
|
|
|
|
struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_GetStat_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
const char *pchName;
|
|
int32_t *pData;
|
|
};
|
|
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_GetStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_GetStat_params *params );
|
|
|
|
struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_GetStat_2_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
const char *pchName;
|
|
float *pData;
|
|
};
|
|
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_GetStat_2( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_GetStat_2_params *params );
|
|
|
|
struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_SetStat_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
const char *pchName;
|
|
int32_t nData;
|
|
};
|
|
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_SetStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_SetStat_params *params );
|
|
|
|
struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_SetStat_2_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
const char *pchName;
|
|
float fData;
|
|
};
|
|
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_SetStat_2( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_SetStat_2_params *params );
|
|
|
|
struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_UpdateAvgRateStat_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
const char *pchName;
|
|
float flCountThisSession;
|
|
double dSessionLength;
|
|
};
|
|
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_UpdateAvgRateStat( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_UpdateAvgRateStat_params *params );
|
|
|
|
struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_GetAchievement_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
const char *pchName;
|
|
bool *pbAchieved;
|
|
};
|
|
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_GetAchievement( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_GetAchievement_params *params );
|
|
|
|
struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_SetAchievement_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
const char *pchName;
|
|
};
|
|
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_SetAchievement( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_SetAchievement_params *params );
|
|
|
|
struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_ClearAchievement_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
const char *pchName;
|
|
};
|
|
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_ClearAchievement( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_ClearAchievement_params *params );
|
|
|
|
struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_StoreStats_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
};
|
|
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_StoreStats( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_StoreStats_params *params );
|
|
|
|
struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_GetAchievementIcon_params
|
|
{
|
|
void *linux_side;
|
|
int32_t _ret;
|
|
const char *pchName;
|
|
};
|
|
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_GetAchievementIcon( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_GetAchievementIcon_params *params );
|
|
|
|
struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_GetAchievementDisplayAttribute_params
|
|
{
|
|
void *linux_side;
|
|
const char *_ret;
|
|
const char *pchName;
|
|
const char *pchKey;
|
|
};
|
|
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_GetAchievementDisplayAttribute( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_GetAchievementDisplayAttribute_params *params );
|
|
|
|
struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_IndicateAchievementProgress_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
const char *pchName;
|
|
uint32_t nCurProgress;
|
|
uint32_t nMaxProgress;
|
|
};
|
|
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_IndicateAchievementProgress( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003_IndicateAchievementProgress_params *params );
|
|
|
|
#ifdef __cplusplus
|
|
} /* extern "C" */
|
|
#endif /* __cplusplus */
|