mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-06-12 05:07:43 +02:00
lsteamclient: Generate SteamWorks SDK 1.62 support.
This commit is contained in:
@ -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 *);
|
||||
|
Reference in New Issue
Block a user