mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-01 17:45:46 +03:00
6b21c32d2a
CW-Bug-Id: #22729
12 lines
347 B
C
12 lines
347 B
C
struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData_params
|
|
{
|
|
void *linux_side;
|
|
int _ret;
|
|
AppId_t nAppID;
|
|
const char *pchKey;
|
|
char *pchValue;
|
|
int cchValueMax;
|
|
};
|
|
extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData_params *params );
|
|
|