lsteamclient: Import steamworks 1.48a and fix up networkingsockets versions

This commit is contained in:
Andrew Eikum 2020-06-02 10:30:04 -05:00
parent 48a702ac4e
commit a853ce145d
102 changed files with 18580 additions and 1709 deletions

View file

@ -27,13 +27,14 @@ extern void *create_winISteamGameServer_SteamGameServer013(void *);
extern void *create_winISteamGameServerStats_SteamGameServerStats001(void *);
extern void *create_winISteamGameCoordinator_SteamGameCoordinator001(void *);
extern void *create_winISteamParentalSettings_STEAMPARENTALSETTINGS_INTERFACE_VERSION001(void *);
extern void *create_winISteamNetworkingSockets_SteamNetworkingSockets006(void *);
extern void *create_winISteamNetworkingSockets_SteamNetworkingSockets008(void *);
extern void *create_winISteamNetworkingUtils_SteamNetworkingUtils003(void *);
extern void *create_winISteamNetworkingSockets_SteamNetworkingSockets006(void *);
extern void *create_winISteamClient_SteamClient019(void *);
extern void *create_winISteamNetworking_SteamNetworking005(void *);
extern void *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION013(void *);
extern void *create_winISteamGameServer_SteamGameServer012(void *);
extern void *create_winISteamNetworkingSockets_SteamNetworkingSockets003(void *);
extern void *create_winISteamNetworkingSockets_SteamNetworkingSockets004(void *);
extern void *create_winISteamNetworkingUtils_SteamNetworkingUtils002(void *);
extern void *create_winISteamClient_SteamClient018(void *);
extern void *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION012(void *);