lsteamclient: SteamApps001 is an alias for STEAMAPPS_INTERFACE_VERSION001

This commit is contained in:
Andrew Eikum 2019-02-07 13:53:55 -06:00
parent 0411076dce
commit 10a04c2c4f
2 changed files with 2 additions and 0 deletions

View file

@ -134,6 +134,7 @@ aliases = {
"SteamUtils002":["SteamUtils001"],
"SteamGameServer008":["SteamGameServer007","SteamGameServer006"],
"SteamNetworkingSocketsSerialized002":["SteamNetworkingSocketsSerialized001"],
"STEAMAPPS_INTERFACE_VERSION001":["SteamApps001"],
}
# these structs are manually confirmed to be equivalent

View file

@ -133,6 +133,7 @@
{"SteamMatchMaking002", &create_winISteamMatchmaking_SteamMatchMaking002},
{"SteamUser009", &create_winISteamUser_SteamUser009},
{"STEAMAPPS_INTERFACE_VERSION001", &create_winISteamApps_STEAMAPPS_INTERFACE_VERSION001},
{"SteamApps001", &create_winISteamApps_STEAMAPPS_INTERFACE_VERSION001}, /* alias */
{"SteamGameServer004", &create_winISteamGameServer_SteamGameServer004},
{"SteamClient006", &create_winISteamClient_SteamClient006},
{"SteamUser008", &create_winISteamUser_SteamUser008},