From 10a04c2c4f70f9480dac0ca8ef794f3f74981225 Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Thu, 7 Feb 2019 13:53:55 -0600 Subject: [PATCH] lsteamclient: SteamApps001 is an alias for STEAMAPPS_INTERFACE_VERSION001 --- lsteamclient/gen_wrapper.py | 1 + lsteamclient/win_constructors_table.dat | 1 + 2 files changed, 2 insertions(+) diff --git a/lsteamclient/gen_wrapper.py b/lsteamclient/gen_wrapper.py index 6c8151eb..affb3ab2 100755 --- a/lsteamclient/gen_wrapper.py +++ b/lsteamclient/gen_wrapper.py @@ -134,6 +134,7 @@ aliases = { "SteamUtils002":["SteamUtils001"], "SteamGameServer008":["SteamGameServer007","SteamGameServer006"], "SteamNetworkingSocketsSerialized002":["SteamNetworkingSocketsSerialized001"], + "STEAMAPPS_INTERFACE_VERSION001":["SteamApps001"], } # these structs are manually confirmed to be equivalent diff --git a/lsteamclient/win_constructors_table.dat b/lsteamclient/win_constructors_table.dat index dcc8db34..7d0cd9fe 100644 --- a/lsteamclient/win_constructors_table.dat +++ b/lsteamclient/win_constructors_table.dat @@ -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},