lsteamclient: Generate SteamWorks SDK 1.62 support.

This commit is contained in:
Arkadiusz Hiler
2025-03-17 11:58:43 +02:00
parent b94b664f79
commit a62e072e94
59 changed files with 24713 additions and 122 deletions

View File

@ -27,6 +27,7 @@ extern struct w_steam_iface *create_winISteamMusic_STEAMMUSIC_INTERFACE_VERSION0
extern struct w_steam_iface *create_winISteamParentalSettings_STEAMPARENTALSETTINGS_INTERFACE_VERSION001(void *);
extern struct w_steam_iface *create_winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001(void *);
extern struct w_steam_iface *create_winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002(void *);
extern struct w_steam_iface *create_winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION003(void *);
extern struct w_steam_iface *create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001(void *);
extern struct w_steam_iface *create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002(void *);
extern struct w_steam_iface *create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003(void *);
@ -65,6 +66,7 @@ extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION016(v
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION017(void *);
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION018(void *);
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION020(void *);
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION021(void *);
extern struct w_steam_iface *create_winISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001(void *);
extern struct w_steam_iface *create_winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001(void *);
extern struct w_steam_iface *create_winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002(void *);
@ -120,6 +122,7 @@ extern struct w_steam_iface *create_winISteamFriends_SteamFriends013(void *);
extern struct w_steam_iface *create_winISteamFriends_SteamFriends014(void *);
extern struct w_steam_iface *create_winISteamFriends_SteamFriends015(void *);
extern struct w_steam_iface *create_winISteamFriends_SteamFriends017(void *);
extern struct w_steam_iface *create_winISteamFriends_SteamFriends018(void *);
extern struct w_steam_iface *create_winISteamGameCoordinator_SteamGameCoordinator001(void *);
extern struct w_steam_iface *create_winISteamGameServer_SteamGameServer002(void *);
extern struct w_steam_iface *create_winISteamGameServer_SteamGameServer003(void *);