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,20 +2,6 @@
#include "unix_private.h"
#include "cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002.h"
struct u_ISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002
{
#ifdef __cplusplus
virtual uint32_t GetSessionCount( ) = 0;
virtual uint32_t GetSessionID( int32_t ) = 0;
virtual CSteamID GetSessionSteamID( uint32_t ) = 0;
virtual const char * GetSessionClientName( uint32_t ) = 0;
virtual uint32_t GetSessionClientFormFactor( uint32_t ) = 0;
virtual bool BGetSessionClientResolution( uint32_t, int32_t *, int32_t * ) = 0;
virtual bool BStartRemotePlayTogether( bool ) = 0;
virtual bool BSendRemotePlayTogetherInvite( CSteamID ) = 0;
#endif /* __cplusplus */
};
void cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionCount( struct cppISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002_GetSessionCount_params *params )
{
struct u_ISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002 *iface = (struct u_ISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002 *)params->linux_side;