lsteamclient: Generate C++ interfaces in unix_private_generated.h.

CW-Bug-Id: #22729
This commit is contained in:
Rémi Bernon 2023-09-30 14:15:29 +02:00 committed by Arkadiusz Hiler
parent 1071c99388
commit bd51335a8c
203 changed files with 7108 additions and 7077 deletions

View file

@ -2,32 +2,6 @@
#include "unix_private.h"
#include "cppISteamApps_STEAMAPPS_INTERFACE_VERSION005.h"
struct u_ISteamApps_STEAMAPPS_INTERFACE_VERSION005
{
#ifdef __cplusplus
virtual bool BIsSubscribed( ) = 0;
virtual bool BIsLowViolence( ) = 0;
virtual bool BIsCybercafe( ) = 0;
virtual bool BIsVACBanned( ) = 0;
virtual const char * GetCurrentGameLanguage( ) = 0;
virtual const char * GetAvailableGameLanguages( ) = 0;
virtual bool BIsSubscribedApp( uint32_t ) = 0;
virtual bool BIsDlcInstalled( uint32_t ) = 0;
virtual uint32_t GetEarliestPurchaseUnixTime( uint32_t ) = 0;
virtual bool BIsSubscribedFromFreeWeekend( ) = 0;
virtual int32_t GetDLCCount( ) = 0;
virtual bool BGetDLCDataByIndex( int32_t, uint32_t *, bool *, char *, int32_t ) = 0;
virtual void InstallDLC( uint32_t ) = 0;
virtual void UninstallDLC( uint32_t ) = 0;
virtual void RequestAppProofOfPurchaseKey( uint32_t ) = 0;
virtual bool GetCurrentBetaName( char *, int32_t ) = 0;
virtual bool MarkContentCorrupt( bool ) = 0;
virtual uint32_t GetInstalledDepots( uint32_t *, uint32_t ) = 0;
virtual uint32_t GetAppInstallDir( uint32_t, char *, uint32_t ) = 0;
virtual bool BIsAppInstalled( uint32_t ) = 0;
#endif /* __cplusplus */
};
void cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_BIsSubscribed( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION005_BIsSubscribed_params *params )
{
struct u_ISteamApps_STEAMAPPS_INTERFACE_VERSION005 *iface = (struct u_ISteamApps_STEAMAPPS_INTERFACE_VERSION005 *)params->linux_side;