130 lines
4.7 KiB
C++
130 lines
4.7 KiB
C++
#include "steamclient_private.h"
|
|
#include "steam_defs.h"
|
|
#include "steamworks_sdk_136/steam_api.h"
|
|
#include "cppISteamApps_STEAMAPPS_INTERFACE_VERSION007.h"
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
bool cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_BIsSubscribed(void *linux_side)
|
|
{
|
|
return ((ISteamApps*)linux_side)->BIsSubscribed();
|
|
}
|
|
|
|
bool cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_BIsLowViolence(void *linux_side)
|
|
{
|
|
return ((ISteamApps*)linux_side)->BIsLowViolence();
|
|
}
|
|
|
|
bool cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_BIsCybercafe(void *linux_side)
|
|
{
|
|
return ((ISteamApps*)linux_side)->BIsCybercafe();
|
|
}
|
|
|
|
bool cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_BIsVACBanned(void *linux_side)
|
|
{
|
|
return ((ISteamApps*)linux_side)->BIsVACBanned();
|
|
}
|
|
|
|
const char * cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetCurrentGameLanguage(void *linux_side)
|
|
{
|
|
return ((ISteamApps*)linux_side)->GetCurrentGameLanguage();
|
|
}
|
|
|
|
const char * cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetAvailableGameLanguages(void *linux_side)
|
|
{
|
|
return ((ISteamApps*)linux_side)->GetAvailableGameLanguages();
|
|
}
|
|
|
|
bool cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_BIsSubscribedApp(void *linux_side, AppId_t appID)
|
|
{
|
|
return ((ISteamApps*)linux_side)->BIsSubscribedApp((AppId_t)appID);
|
|
}
|
|
|
|
bool cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_BIsDlcInstalled(void *linux_side, AppId_t appID)
|
|
{
|
|
return ((ISteamApps*)linux_side)->BIsDlcInstalled((AppId_t)appID);
|
|
}
|
|
|
|
uint32 cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetEarliestPurchaseUnixTime(void *linux_side, AppId_t nAppID)
|
|
{
|
|
return ((ISteamApps*)linux_side)->GetEarliestPurchaseUnixTime((AppId_t)nAppID);
|
|
}
|
|
|
|
bool cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_BIsSubscribedFromFreeWeekend(void *linux_side)
|
|
{
|
|
return ((ISteamApps*)linux_side)->BIsSubscribedFromFreeWeekend();
|
|
}
|
|
|
|
int cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetDLCCount(void *linux_side)
|
|
{
|
|
return ((ISteamApps*)linux_side)->GetDLCCount();
|
|
}
|
|
|
|
bool cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_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_VERSION007_InstallDLC(void *linux_side, AppId_t nAppID)
|
|
{
|
|
((ISteamApps*)linux_side)->InstallDLC((AppId_t)nAppID);
|
|
}
|
|
|
|
void cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_UninstallDLC(void *linux_side, AppId_t nAppID)
|
|
{
|
|
((ISteamApps*)linux_side)->UninstallDLC((AppId_t)nAppID);
|
|
}
|
|
|
|
void cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_RequestAppProofOfPurchaseKey(void *linux_side, AppId_t nAppID)
|
|
{
|
|
((ISteamApps*)linux_side)->RequestAppProofOfPurchaseKey((AppId_t)nAppID);
|
|
}
|
|
|
|
bool cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetCurrentBetaName(void *linux_side, char * pchName, int cchNameBufferSize)
|
|
{
|
|
return ((ISteamApps*)linux_side)->GetCurrentBetaName((char *)pchName, (int)cchNameBufferSize);
|
|
}
|
|
|
|
bool cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_MarkContentCorrupt(void *linux_side, bool bMissingFilesOnly)
|
|
{
|
|
return ((ISteamApps*)linux_side)->MarkContentCorrupt((bool)bMissingFilesOnly);
|
|
}
|
|
|
|
uint32 cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_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_VERSION007_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_VERSION007_BIsAppInstalled(void *linux_side, AppId_t appID)
|
|
{
|
|
return ((ISteamApps*)linux_side)->BIsAppInstalled((AppId_t)appID);
|
|
}
|
|
|
|
CSteamID cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetAppOwner(void *linux_side)
|
|
{
|
|
return ((ISteamApps*)linux_side)->GetAppOwner();
|
|
}
|
|
|
|
const char * cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_GetLaunchQueryParam(void *linux_side, const char * pchKey)
|
|
{
|
|
return ((ISteamApps*)linux_side)->GetLaunchQueryParam((const char *)pchKey);
|
|
}
|
|
|
|
bool cppISteamApps_STEAMAPPS_INTERFACE_VERSION007_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_VERSION007_GetAppBuildId(void *linux_side)
|
|
{
|
|
return ((ISteamApps*)linux_side)->GetAppBuildId();
|
|
}
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|