added missing inheritance from interface ISteamUser022 to the class Steam_User

This commit is contained in:
otavepto 2024-05-05 04:22:28 +03:00
parent 06c2bfd0a3
commit 60e003a925
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -35,6 +35,7 @@ public ISteamUser018,
public ISteamUser019,
public ISteamUser020,
public ISteamUser021,
public ISteamUser022,
public ISteamUser
{
Settings *settings{};