mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-08 07:27:58 +01:00
parent
b2c5a27426
commit
fb4497a377
234 changed files with 6312 additions and 6259 deletions
|
|
@ -1,11 +1,11 @@
|
|||
struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData_params
|
||||
{
|
||||
void *linux_side;
|
||||
int _ret;
|
||||
int32_t _ret;
|
||||
AppId_t nAppID;
|
||||
const char *pchKey;
|
||||
char *pchValue;
|
||||
int cchValueMax;
|
||||
int32_t cchValueMax;
|
||||
};
|
||||
extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData_params *params );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue