lsteamclient: Get rid of the remaining steam typedefs.

CW-Bug-Id: #22729
This commit is contained in:
Rémi Bernon 2023-09-19 19:59:23 +02:00 committed by Arkadiusz Hiler
parent aaf9ba6e56
commit a5fe4d774b
204 changed files with 7396 additions and 7395 deletions

View file

@ -9,7 +9,7 @@ struct cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetInstalledApps_param
{
void *linux_side;
uint32_t _ret;
AppId_t *pvecAppID;
uint32_t *pvecAppID;
uint32_t unMaxAppIDs;
};
extern void cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetInstalledApps( struct cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetInstalledApps_params *params );
@ -18,7 +18,7 @@ struct cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppName_params
{
void *linux_side;
int32_t _ret;
AppId_t nAppID;
uint32_t nAppID;
char *pchName;
int32_t cchNameMax;
};
@ -28,7 +28,7 @@ struct cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppInstallDir_param
{
void *linux_side;
int32_t _ret;
AppId_t nAppID;
uint32_t nAppID;
char *pchDirectory;
int32_t cchNameMax;
};
@ -38,7 +38,7 @@ struct cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppBuildId_params
{
void *linux_side;
int32_t _ret;
AppId_t nAppID;
uint32_t nAppID;
};
extern void cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppBuildId( struct cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001_GetAppBuildId_params *params );