mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-03 13:14:29 +01:00
lsteamclient: Support SteamGameStats001
This commit is contained in:
parent
72499898a7
commit
bdca0aa9c9
19 changed files with 273 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ extern void *create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION0
|
|||
extern void *create_winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010(void *);
|
||||
extern void *create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005(void *);
|
||||
extern void *create_winISteamApps_STEAMAPPS_INTERFACE_VERSION004(void *);
|
||||
extern void *create_winISteamGameStats_SteamGameStats001(void *);
|
||||
extern void *create_winISteamFriends_SteamFriends010(void *);
|
||||
extern void *create_winISteamClient_SteamClient011(void *);
|
||||
extern void *create_winISteamFriends_SteamFriends009(void *);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue