lsteamclient: Support SteamGameStats001

This commit is contained in:
Andrew Eikum
2019-02-15 15:06:17 -06:00
parent 72499898a7
commit bdca0aa9c9
19 changed files with 273 additions and 0 deletions

View File

@ -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},