lsteamclient: Generate SteamWorks SDK 1.55 support.

This commit is contained in:
Rémi Bernon 2023-02-23 21:59:37 +01:00 committed by Arkadiusz Hiler
parent d11d466cb3
commit 840959f4cf
54 changed files with 1695 additions and 1470 deletions

View file

@ -27,3 +27,4 @@ extern SteamAPICall_t cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetFileDetail
extern int cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_GetLaunchCommandLine(void *, char *, int);
extern bool cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsSubscribedFromFamilySharing(void *);
extern bool cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_BIsTimedTrial(void *, uint32 *, uint32 *);
extern bool cppISteamApps_STEAMAPPS_INTERFACE_VERSION008_SetDlcContext(void *, AppId_t);