mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Support old steam http interfaces.
This commit is contained in:
parent
76c9e7a9ee
commit
0595490c00
5 changed files with 231 additions and 3 deletions
|
|
@ -25,7 +25,10 @@ struct Steam_Http_Request {
|
|||
std::string response;
|
||||
};
|
||||
|
||||
class Steam_HTTP : public ISteamHTTP
|
||||
class Steam_HTTP :
|
||||
public ISteamHTTP001,
|
||||
public ISteamHTTP002,
|
||||
public ISteamHTTP
|
||||
{
|
||||
class Settings *settings;
|
||||
class Networking *network;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue