mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-29 10:44:47 +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 @@
|
|||
{"STEAMUSERSTATS_INTERFACE_VERSION010", &create_winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010},
|
||||
{"STEAMREMOTESTORAGE_INTERFACE_VERSION005", &create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005},
|
||||
{"STEAMAPPS_INTERFACE_VERSION004", &create_winISteamApps_STEAMAPPS_INTERFACE_VERSION004},
|
||||
{"SteamGameStats001", &create_winISteamGameStats_SteamGameStats001},
|
||||
{"SteamFriends010", &create_winISteamFriends_SteamFriends010},
|
||||
{"SteamClient011", &create_winISteamClient_SteamClient011},
|
||||
{"SteamFriends009", &create_winISteamFriends_SteamFriends009},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue