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{};