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,18 +2,6 @@
#include "unix_private.h"
#include "cppISteamController_STEAMCONTROLLER_INTERFACE_VERSION.h"
struct u_ISteamController_STEAMCONTROLLER_INTERFACE_VERSION
{
#ifdef __cplusplus
virtual bool Init( const char * ) = 0;
virtual bool Shutdown( ) = 0;
virtual void RunFrame( ) = 0;
virtual bool GetControllerState( uint32_t, SteamControllerState001_t * ) = 0;
virtual void TriggerHapticPulse( uint32_t, uint32_t, uint16_t ) = 0;
virtual void SetOverrideMode( const char * ) = 0;
#endif /* __cplusplus */
};
void cppISteamController_STEAMCONTROLLER_INTERFACE_VERSION_Init( struct cppISteamController_STEAMCONTROLLER_INTERFACE_VERSION_Init_params *params )
{
struct u_ISteamController_STEAMCONTROLLER_INTERFACE_VERSION *iface = (struct u_ISteamController_STEAMCONTROLLER_INTERFACE_VERSION *)params->linux_side;