mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-07 15:08:07 +01:00
lsteamclient: Generate C++ interfaces in unix_private_generated.h.
CW-Bug-Id: #22729
This commit is contained in:
parent
1071c99388
commit
bd51335a8c
203 changed files with 7108 additions and 7077 deletions
|
|
@ -2,18 +2,6 @@
|
|||
#include "unix_private.h"
|
||||
#include "cppISteamParentalSettings_STEAMPARENTALSETTINGS_INTERFACE_VERSION001.h"
|
||||
|
||||
struct u_ISteamParentalSettings_STEAMPARENTALSETTINGS_INTERFACE_VERSION001
|
||||
{
|
||||
#ifdef __cplusplus
|
||||
virtual bool BIsParentalLockEnabled( ) = 0;
|
||||
virtual bool BIsParentalLockLocked( ) = 0;
|
||||
virtual bool BIsAppBlocked( uint32_t ) = 0;
|
||||
virtual bool BIsAppInBlockList( uint32_t ) = 0;
|
||||
virtual bool BIsFeatureBlocked( uint32_t ) = 0;
|
||||
virtual bool BIsFeatureInBlockList( uint32_t ) = 0;
|
||||
#endif /* __cplusplus */
|
||||
};
|
||||
|
||||
void cppISteamParentalSettings_STEAMPARENTALSETTINGS_INTERFACE_VERSION001_BIsParentalLockEnabled( struct cppISteamParentalSettings_STEAMPARENTALSETTINGS_INTERFACE_VERSION001_BIsParentalLockEnabled_params *params )
|
||||
{
|
||||
struct u_ISteamParentalSettings_STEAMPARENTALSETTINGS_INTERFACE_VERSION001 *iface = (struct u_ISteamParentalSettings_STEAMPARENTALSETTINGS_INTERFACE_VERSION001 *)params->linux_side;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue