mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-28 23:55:52 +03:00
a1445b757d
CW-Bug-Id: #22729
13 lines
409 B
C
13 lines
409 B
C
struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION001;
|
|
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 );
|
|
|