lsteamclient: Forward SteamGameServer007 and 006 to 008

This commit is contained in:
Andrew Eikum 2019-02-06 11:54:19 -06:00
parent 164490165d
commit 63bf1c0d39
2 changed files with 3 additions and 0 deletions

View File

@ -125,6 +125,7 @@ aliases = {
#these interfaces are undocumented and binary compatible
"SteamUtils004":["SteamUtils003"],
"SteamUtils002":["SteamUtils001"],
"SteamGameServer008":["SteamGameServer007","SteamGameServer006"],
}
# these structs are manually confirmed to be equivalent

View File

@ -112,6 +112,8 @@
{"STEAMUSERSTATS_INTERFACE_VERSION005", &create_winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005},
{"SteamNetworking002", &create_winISteamNetworking_SteamNetworking002},
{"SteamGameServer008", &create_winISteamGameServer_SteamGameServer008},
{"SteamGameServer007", &create_winISteamGameServer_SteamGameServer008}, /* alias */
{"SteamGameServer006", &create_winISteamGameServer_SteamGameServer008}, /* alias */
{"SteamClient007", &create_winISteamClient_SteamClient007},
{"SteamUser011", &create_winISteamUser_SteamUser011},
{"SteamUtils002", &create_winISteamUtils_SteamUtils002},