2018-01-18 10:24:05 -06:00
|
|
|
#include "steam_defs.h"
|
2019-08-16 09:00:45 -05:00
|
|
|
#pragma push_macro("__cdecl")
|
|
|
|
#undef __cdecl
|
2023-05-02 10:43:23 +02:00
|
|
|
#define __cdecl
|
2018-01-18 10:24:05 -06:00
|
|
|
#include "steamworks_sdk_111/steam_api.h"
|
2019-08-16 09:00:45 -05:00
|
|
|
#pragma pop_macro("__cdecl")
|
2018-10-30 14:06:46 -05:00
|
|
|
#include "steamclient_private.h"
|
2018-01-18 10:24:05 -06:00
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
2019-02-26 09:05:29 -06:00
|
|
|
#define SDKVER_111
|
|
|
|
#include "struct_converters.h"
|
|
|
|
#include "cppISteamApps_STEAMAPPS_INTERFACE_VERSION003.h"
|
2023-09-27 14:34:23 +02:00
|
|
|
void cppISteamApps_STEAMAPPS_INTERFACE_VERSION003_BIsSubscribed( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION003_BIsSubscribed_params *params )
|
2018-01-18 10:24:05 -06:00
|
|
|
{
|
2023-09-27 14:34:23 +02:00
|
|
|
params->_ret = ((ISteamApps*)params->linux_side)->BIsSubscribed( );
|
2018-01-18 10:24:05 -06:00
|
|
|
}
|
|
|
|
|
2023-09-27 14:34:23 +02:00
|
|
|
void cppISteamApps_STEAMAPPS_INTERFACE_VERSION003_BIsLowViolence( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION003_BIsLowViolence_params *params )
|
2018-01-18 10:24:05 -06:00
|
|
|
{
|
2023-09-27 14:34:23 +02:00
|
|
|
params->_ret = ((ISteamApps*)params->linux_side)->BIsLowViolence( );
|
2018-01-18 10:24:05 -06:00
|
|
|
}
|
|
|
|
|
2023-09-27 14:34:23 +02:00
|
|
|
void cppISteamApps_STEAMAPPS_INTERFACE_VERSION003_BIsCybercafe( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION003_BIsCybercafe_params *params )
|
2018-01-18 10:24:05 -06:00
|
|
|
{
|
2023-09-27 14:34:23 +02:00
|
|
|
params->_ret = ((ISteamApps*)params->linux_side)->BIsCybercafe( );
|
2018-01-18 10:24:05 -06:00
|
|
|
}
|
|
|
|
|
2023-09-27 14:34:23 +02:00
|
|
|
void cppISteamApps_STEAMAPPS_INTERFACE_VERSION003_BIsVACBanned( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION003_BIsVACBanned_params *params )
|
2018-01-18 10:24:05 -06:00
|
|
|
{
|
2023-09-27 14:34:23 +02:00
|
|
|
params->_ret = ((ISteamApps*)params->linux_side)->BIsVACBanned( );
|
2018-01-18 10:24:05 -06:00
|
|
|
}
|
|
|
|
|
2023-09-27 14:34:23 +02:00
|
|
|
void cppISteamApps_STEAMAPPS_INTERFACE_VERSION003_GetCurrentGameLanguage( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION003_GetCurrentGameLanguage_params *params )
|
2018-01-18 10:24:05 -06:00
|
|
|
{
|
2023-09-27 14:34:23 +02:00
|
|
|
params->_ret = ((ISteamApps*)params->linux_side)->GetCurrentGameLanguage( );
|
2018-01-18 10:24:05 -06:00
|
|
|
}
|
|
|
|
|
2023-09-27 14:34:23 +02:00
|
|
|
void cppISteamApps_STEAMAPPS_INTERFACE_VERSION003_GetAvailableGameLanguages( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION003_GetAvailableGameLanguages_params *params )
|
2018-01-18 10:24:05 -06:00
|
|
|
{
|
2023-09-27 14:34:23 +02:00
|
|
|
params->_ret = ((ISteamApps*)params->linux_side)->GetAvailableGameLanguages( );
|
2018-01-18 10:24:05 -06:00
|
|
|
}
|
|
|
|
|
2023-09-27 14:34:23 +02:00
|
|
|
void cppISteamApps_STEAMAPPS_INTERFACE_VERSION003_BIsSubscribedApp( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION003_BIsSubscribedApp_params *params )
|
2018-01-18 10:24:05 -06:00
|
|
|
{
|
2023-09-27 14:34:23 +02:00
|
|
|
params->_ret = ((ISteamApps*)params->linux_side)->BIsSubscribedApp( (AppId_t)params->appID );
|
2018-01-18 10:24:05 -06:00
|
|
|
}
|
|
|
|
|
2023-09-27 14:34:23 +02:00
|
|
|
void cppISteamApps_STEAMAPPS_INTERFACE_VERSION003_BIsDlcInstalled( struct cppISteamApps_STEAMAPPS_INTERFACE_VERSION003_BIsDlcInstalled_params *params )
|
2018-01-18 10:24:05 -06:00
|
|
|
{
|
2023-09-27 14:34:23 +02:00
|
|
|
params->_ret = ((ISteamApps*)params->linux_side)->BIsDlcInstalled( (AppId_t)params->appID );
|
2018-01-18 10:24:05 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|