mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-07 15:08:07 +01:00
lsteamclient: Generate SteamWorks SDK 1.56 support.
This commit is contained in:
parent
a5a5239c0c
commit
582047e3be
56 changed files with 4133 additions and 1459 deletions
|
|
@ -1,5 +1,5 @@
|
|||
extern void *create_winISteamClient_SteamClient020(void *);
|
||||
extern void *create_winISteamUser_SteamUser021(void *);
|
||||
extern void *create_winISteamUser_SteamUser022(void *);
|
||||
extern void *create_winISteamFriends_SteamFriends017(void *);
|
||||
extern void *create_winISteamUtils_SteamUtils010(void *);
|
||||
extern void *create_winISteamMatchmaking_SteamMatchMaking009(void *);
|
||||
|
|
@ -16,7 +16,7 @@ extern void *create_winISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001(v
|
|||
extern void *create_winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003(void *);
|
||||
extern void *create_winISteamInput_SteamInput006(void *);
|
||||
extern void *create_winISteamController_SteamController008(void *);
|
||||
extern void *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION016(void *);
|
||||
extern void *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION017(void *);
|
||||
extern void *create_winISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001(void *);
|
||||
extern void *create_winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005(void *);
|
||||
extern void *create_winISteamInventory_STEAMINVENTORY_INTERFACE_V003(void *);
|
||||
|
|
@ -27,10 +27,13 @@ extern void *create_winISteamNetworkingMessages_SteamNetworkingMessages002(void
|
|||
extern void *create_winISteamNetworkingSockets_SteamNetworkingSockets012(void *);
|
||||
extern void *create_winISteamNetworkingUtils_SteamNetworkingUtils004(void *);
|
||||
extern void *create_winISteamAppTicket_STEAMAPPTICKET_INTERFACE_VERSION001(void *);
|
||||
extern void *create_winISteamGameServer_SteamGameServer014(void *);
|
||||
extern void *create_winISteamGameServer_SteamGameServer015(void *);
|
||||
extern void *create_winISteamGameServerStats_SteamGameServerStats001(void *);
|
||||
extern void *create_winISteamGameCoordinator_SteamGameCoordinator001(void *);
|
||||
extern void *create_winISteamNetworkingFakeUDPPort_SteamNetworkingFakeUDPPort001(void *);
|
||||
extern void *create_winISteamUser_SteamUser021(void *);
|
||||
extern void *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION016(void *);
|
||||
extern void *create_winISteamGameServer_SteamGameServer014(void *);
|
||||
extern void *create_winISteamInput_SteamInput005(void *);
|
||||
extern void *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION015(void *);
|
||||
extern void *create_winISteamNetworkingSockets_SteamNetworkingSockets009(void *);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue