161 lines
5.9 KiB
C++
161 lines
5.9 KiB
C++
#include "steam_defs.h"
|
|
#pragma push_macro("__cdecl")
|
|
#undef __cdecl
|
|
#include "steamworks_sdk_153a/steam_api.h"
|
|
#include "steamworks_sdk_153a/steamnetworkingtypes.h"
|
|
#pragma pop_macro("__cdecl")
|
|
#include "steamclient_private.h"
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
#define SDKVER_153a
|
|
#include "struct_converters.h"
|
|
#include "cppISteamApps_STEAMAPPS_INTERFACE_VERSION008.h"
|
|
bool cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsSubscribed(void *linux_side)
|
|
{
|
|
return ((ISteamApps*)linux_side)->BIsSubscribed();
|
|
}
|
|
|
|
bool cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsLowViolence(void *linux_side)
|
|
{
|
|
return ((ISteamApps*)linux_side)->BIsLowViolence();
|
|
}
|
|
|
|
bool cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsCybercafe(void *linux_side)
|
|
{
|
|
return ((ISteamApps*)linux_side)->BIsCybercafe();
|
|
}
|
|
|
|
bool cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsVACBanned(void *linux_side)
|
|
{
|
|
return ((ISteamApps*)linux_side)->BIsVACBanned();
|
|
}
|
|
|
|
const char * cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetCurrentGameLanguage(void *linux_side)
|
|
{
|
|
return ((ISteamApps*)linux_side)->GetCurrentGameLanguage();
|
|
}
|
|
|
|
const char * cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetAvailableGameLanguages(void *linux_side)
|
|
{
|
|
return ((ISteamApps*)linux_side)->GetAvailableGameLanguages();
|
|
}
|
|
|
|
bool cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsSubscribedApp(void *linux_side, AppId_t appID)
|
|
{
|
|
return ((ISteamApps*)linux_side)->BIsSubscribedApp((AppId_t)appID);
|
|
}
|
|
|
|
bool cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsDlcInstalled(void *linux_side, AppId_t appID)
|
|
{
|
|
return ((ISteamApps*)linux_side)->BIsDlcInstalled((AppId_t)appID);
|
|
}
|
|
|
|
uint32 cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetEarliestPurchaseUnixTime(void *linux_side, AppId_t nAppID)
|
|
{
|
|
return ((ISteamApps*)linux_side)->GetEarliestPurchaseUnixTime((AppId_t)nAppID);
|
|
}
|
|
|
|
bool cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsSubscribedFromFreeWeekend(void *linux_side)
|
|
{
|
|
return ((ISteamApps*)linux_side)->BIsSubscribedFromFreeWeekend();
|
|
}
|
|
|
|
int cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetDLCCount(void *linux_side)
|
|
{
|
|
return ((ISteamApps*)linux_side)->GetDLCCount();
|
|
}
|
|
|
|
bool cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BGetDLCDataByIndex(void *linux_side, int iDLC, AppId_t * pAppID, bool * pbAvailable, char * pchName, int cchNameBufferSize)
|
|
{
|
|
return ((ISteamApps*)linux_side)->BGetDLCDataByIndex((int)iDLC, (AppId_t *)pAppID, (bool *)pbAvailable, (char *)pchName, (int)cchNameBufferSize);
|
|
}
|
|
|
|
void cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_InstallDLC(void *linux_side, AppId_t nAppID)
|
|
{
|
|
((ISteamApps*)linux_side)->InstallDLC((AppId_t)nAppID);
|
|
}
|
|
|
|
void cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_UninstallDLC(void *linux_side, AppId_t nAppID)
|
|
{
|
|
((ISteamApps*)linux_side)->UninstallDLC((AppId_t)nAppID);
|
|
}
|
|
|
|
void cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_RequestAppProofOfPurchaseKey(void *linux_side, AppId_t nAppID)
|
|
{
|
|
((ISteamApps*)linux_side)->RequestAppProofOfPurchaseKey((AppId_t)nAppID);
|
|
}
|
|
|
|
bool cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetCurrentBetaName(void *linux_side, char * pchName, int cchNameBufferSize)
|
|
{
|
|
return ((ISteamApps*)linux_side)->GetCurrentBetaName((char *)pchName, (int)cchNameBufferSize);
|
|
}
|
|
|
|
bool cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_MarkContentCorrupt(void *linux_side, bool bMissingFilesOnly)
|
|
{
|
|
return ((ISteamApps*)linux_side)->MarkContentCorrupt((bool)bMissingFilesOnly);
|
|
}
|
|
|
|
uint32 cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetInstalledDepots(void *linux_side, AppId_t appID, DepotId_t * pvecDepots, uint32 cMaxDepots)
|
|
{
|
|
return ((ISteamApps*)linux_side)->GetInstalledDepots((AppId_t)appID, (DepotId_t *)pvecDepots, (uint32)cMaxDepots);
|
|
}
|
|
|
|
uint32 cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetAppInstallDir(void *linux_side, AppId_t appID, char * pchFolder, uint32 cchFolderBufferSize)
|
|
{
|
|
return ((ISteamApps*)linux_side)->GetAppInstallDir((AppId_t)appID, (char *)pchFolder, (uint32)cchFolderBufferSize);
|
|
}
|
|
|
|
bool cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsAppInstalled(void *linux_side, AppId_t appID)
|
|
{
|
|
return ((ISteamApps*)linux_side)->BIsAppInstalled((AppId_t)appID);
|
|
}
|
|
|
|
CSteamID cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetAppOwner(void *linux_side)
|
|
{
|
|
return ((ISteamApps*)linux_side)->GetAppOwner();
|
|
}
|
|
|
|
const char * cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetLaunchQueryParam(void *linux_side, const char * pchKey)
|
|
{
|
|
return ((ISteamApps*)linux_side)->GetLaunchQueryParam((const char *)pchKey);
|
|
}
|
|
|
|
bool cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetDlcDownloadProgress(void *linux_side, AppId_t nAppID, uint64 * punBytesDownloaded, uint64 * punBytesTotal)
|
|
{
|
|
return ((ISteamApps*)linux_side)->GetDlcDownloadProgress((AppId_t)nAppID, (uint64 *)punBytesDownloaded, (uint64 *)punBytesTotal);
|
|
}
|
|
|
|
int cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetAppBuildId(void *linux_side)
|
|
{
|
|
return ((ISteamApps*)linux_side)->GetAppBuildId();
|
|
}
|
|
|
|
void cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_RequestAllProofOfPurchaseKeys(void *linux_side)
|
|
{
|
|
((ISteamApps*)linux_side)->RequestAllProofOfPurchaseKeys();
|
|
}
|
|
|
|
SteamAPICall_t cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetFileDetails(void *linux_side, const char * pszFileName)
|
|
{
|
|
return ((ISteamApps*)linux_side)->GetFileDetails((const char *)pszFileName);
|
|
}
|
|
|
|
int cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetLaunchCommandLine(void *linux_side, char * pszCommandLine, int cubCommandLine)
|
|
{
|
|
return ((ISteamApps*)linux_side)->GetLaunchCommandLine((char *)pszCommandLine, (int)cubCommandLine);
|
|
}
|
|
|
|
bool cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsSubscribedFromFamilySharing(void *linux_side)
|
|
{
|
|
return ((ISteamApps*)linux_side)->BIsSubscribedFromFamilySharing();
|
|
}
|
|
|
|
bool cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsTimedTrial(void *linux_side, uint32 * punSecondsAllowed, uint32 * punSecondsPlayed)
|
|
{
|
|
return ((ISteamApps*)linux_side)->BIsTimedTrial((uint32 *)punSecondsAllowed, (uint32 *)punSecondsPlayed);
|
|
}
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|