mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-21 21:26:03 +01:00
11 lines
355 B
C
11 lines
355 B
C
struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData_params
|
|
{
|
|
void *linux_side;
|
|
int32_t _ret;
|
|
AppId_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 );
|
|
|