mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-30 07:28:19 +03:00
9ea65fe0d0
CW-Bug-Id: #22729
24 lines
586 B
C
24 lines
586 B
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 cppISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData_params
|
|
{
|
|
void *linux_side;
|
|
int32_t _ret;
|
|
uint32_t nAppID;
|
|
const char *pchKey;
|
|
char *pchValue;
|
|
int32_t cchValueMax;
|
|
};
|
|
extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData_params *params );
|
|
|
|
#ifdef __cplusplus
|
|
} /* extern "C" */
|
|
#endif /* __cplusplus */
|