added missing inheritance from interface ISteamUser022
to the class Steam_User
This commit is contained in:
parent
06c2bfd0a3
commit
60e003a925
@ -1,4 +1,5 @@
|
|||||||
* **[Clompress]** update Turkish translation
|
* **[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`
|
* 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
|
* refactored all code inside `.h/.cpp` pair, all source code in `dll/` is no longer written inside `.h` files
|
||||||
|
|
||||||
|
@ -35,6 +35,7 @@ public ISteamUser018,
|
|||||||
public ISteamUser019,
|
public ISteamUser019,
|
||||||
public ISteamUser020,
|
public ISteamUser020,
|
||||||
public ISteamUser021,
|
public ISteamUser021,
|
||||||
|
public ISteamUser022,
|
||||||
public ISteamUser
|
public ISteamUser
|
||||||
{
|
{
|
||||||
Settings *settings{};
|
Settings *settings{};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user