mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-05 22:18:03 +01:00
lsteamclient: Synthesize SDK version 1.11x
For STEAMREMOTESTORAGE_INTERFACE_VERSION003 and STEAMUSERSTATS_INTERFACE_VERSION008.
This commit is contained in:
parent
9f60ff6603
commit
e0ddf0fc28
33 changed files with 6003 additions and 0 deletions
|
|
@ -89,6 +89,8 @@ extern void *create_winISteamUser_SteamUser015(void *);
|
|||
extern void *create_winISteamUser_SteamUser014(void *);
|
||||
extern void *create_winISteamFriends_SteamFriends008(void *);
|
||||
extern void *create_winISteamNetworking_SteamNetworking004(void *);
|
||||
extern void *create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003(void *);
|
||||
extern void *create_winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008(void *);
|
||||
extern void *create_winISteamClient_SteamClient009(void *);
|
||||
extern void *create_winISteamFriends_SteamFriends007(void *);
|
||||
extern void *create_winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007(void *);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue