From 60e003a9257b8b46b66ba6f0213ae143b557d803 Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Sun, 5 May 2024 04:22:28 +0300 Subject: [PATCH] added missing inheritance from interface `ISteamUser022` to the class `Steam_User` --- CHANGELOG.md | 1 + dll/dll/steam_user.h | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee21fa9c..2b720115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ * **[Clompress]** update Turkish translation +* fixed a mistake where the interface `ISteamUser` `v022` was not added to the list of supported versions * increase polling of the run callbacks background thread to `300 ms` * refactored all code inside `.h/.cpp` pair, all source code in `dll/` is no longer written inside `.h` files diff --git a/dll/dll/steam_user.h b/dll/dll/steam_user.h index 8e6991db..335b6dbb 100644 --- a/dll/dll/steam_user.h +++ b/dll/dll/steam_user.h @@ -35,6 +35,7 @@ public ISteamUser018, public ISteamUser019, public ISteamUser020, public ISteamUser021, +public ISteamUser022, public ISteamUser { Settings *settings{};