Fixed inventory regression

This commit is contained in:
acidicoala
2025-08-29 01:25:24 +05:00
parent 09e1187ab0
commit eac7e87880
4 changed files with 17 additions and 4 deletions

View File

@@ -77,6 +77,21 @@ namespace {
}
}
},
{
STEAM_INVENTORY,
interface_data{
.fallback_version = "STEAMINVENTORY_INTERFACE_V003",
.entry_map = {
ENTRY(ISteamInventory, GetResultStatus),
ENTRY(ISteamInventory, GetResultItems),
ENTRY(ISteamInventory, CheckResultSteamID),
ENTRY(ISteamInventory, GetAllItems),
ENTRY(ISteamInventory, GetItemsByID),
ENTRY(ISteamInventory, SerializeResult),
ENTRY(ISteamInventory, GetItemDefinitionIDs),
}
}
},
{
STEAM_USER,
interface_data{