diff --git a/lsteamclient/gen_wrapper.py b/lsteamclient/gen_wrapper.py index d724ba05..254ddadb 100755 --- a/lsteamclient/gen_wrapper.py +++ b/lsteamclient/gen_wrapper.py @@ -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 diff --git a/lsteamclient/win_constructors_table.dat b/lsteamclient/win_constructors_table.dat index 432db848..03e8f7b0 100644 --- a/lsteamclient/win_constructors_table.dat +++ b/lsteamclient/win_constructors_table.dat @@ -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},