mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-08 07:27:58 +01:00
parent
e4d75b2fb0
commit
6b21c32d2a
439 changed files with 109952 additions and 43685 deletions
|
|
@ -1 +1,11 @@
|
|||
extern int cppISteamApps_STEAMAPPS_INTERFACE_VERSION001_GetAppData(void *, AppId_t, const char *, char *, int);
|
||||
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 );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue