mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-03 21:24:27 +01:00
lsteamclient: Get rid of the remaining steam typedefs.
CW-Bug-Id: #22729
This commit is contained in:
parent
aaf9ba6e56
commit
a5fe4d774b
204 changed files with 7396 additions and 7395 deletions
|
|
@ -44,7 +44,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_BIsSubscribedApp_params
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
AppId_t appID;
|
||||
uint32_t appID;
|
||||
};
|
||||
extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_BIsSubscribedApp( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_BIsSubscribedApp_params *params );
|
||||
|
||||
|
|
@ -52,7 +52,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_BIsDlcInstalled_params
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
AppId_t appID;
|
||||
uint32_t appID;
|
||||
};
|
||||
extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_BIsDlcInstalled( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_BIsDlcInstalled_params *params );
|
||||
|
||||
|
|
@ -60,7 +60,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetEarliestPurchaseUnixTime_
|
|||
{
|
||||
void *linux_side;
|
||||
uint32_t _ret;
|
||||
AppId_t nAppID;
|
||||
uint32_t nAppID;
|
||||
};
|
||||
extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetEarliestPurchaseUnixTime( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetEarliestPurchaseUnixTime_params *params );
|
||||
|
||||
|
|
@ -83,7 +83,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_BGetDLCDataByIndex_params
|
|||
void *linux_side;
|
||||
bool _ret;
|
||||
int32_t iDLC;
|
||||
AppId_t *pAppID;
|
||||
uint32_t *pAppID;
|
||||
bool *pbAvailable;
|
||||
char *pchName;
|
||||
int32_t cchNameBufferSize;
|
||||
|
|
@ -93,21 +93,21 @@ extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_BGetDLCDataByIndex( str
|
|||
struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_InstallDLC_params
|
||||
{
|
||||
void *linux_side;
|
||||
AppId_t nAppID;
|
||||
uint32_t nAppID;
|
||||
};
|
||||
extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_InstallDLC( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_InstallDLC_params *params );
|
||||
|
||||
struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_UninstallDLC_params
|
||||
{
|
||||
void *linux_side;
|
||||
AppId_t nAppID;
|
||||
uint32_t nAppID;
|
||||
};
|
||||
extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_UninstallDLC( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_UninstallDLC_params *params );
|
||||
|
||||
struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_RequestAppProofOfPurchaseKey_params
|
||||
{
|
||||
void *linux_side;
|
||||
AppId_t nAppID;
|
||||
uint32_t nAppID;
|
||||
};
|
||||
extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_RequestAppProofOfPurchaseKey( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_RequestAppProofOfPurchaseKey_params *params );
|
||||
|
||||
|
|
@ -132,8 +132,8 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetInstalledDepots_params
|
|||
{
|
||||
void *linux_side;
|
||||
uint32_t _ret;
|
||||
AppId_t appID;
|
||||
DepotId_t *pvecDepots;
|
||||
uint32_t appID;
|
||||
uint32_t *pvecDepots;
|
||||
uint32_t cMaxDepots;
|
||||
};
|
||||
extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetInstalledDepots( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetInstalledDepots_params *params );
|
||||
|
|
@ -142,7 +142,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_GetAppInstallDir_params
|
|||
{
|
||||
void *linux_side;
|
||||
uint32_t _ret;
|
||||
AppId_t appID;
|
||||
uint32_t appID;
|
||||
char *pchFolder;
|
||||
uint32_t cchFolderBufferSize;
|
||||
};
|
||||
|
|
@ -152,7 +152,7 @@ struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_BIsAppInstalled_params
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
AppId_t appID;
|
||||
uint32_t appID;
|
||||
};
|
||||
extern void cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_BIsAppInstalled( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION006_BIsAppInstalled_params *params );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue