diff options
Diffstat (limited to 'protocols/Steam/src/api/app_info.h')
-rw-r--r-- | protocols/Steam/src/api/app_info.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/Steam/src/api/app_info.h b/protocols/Steam/src/api/app_info.h index d2ef0df532..cf54e52adf 100644 --- a/protocols/Steam/src/api/app_info.h +++ b/protocols/Steam/src/api/app_info.h @@ -1,9 +1,8 @@ #ifndef _STEAM_REQUEST_APP_INFO_H_ #define _STEAM_REQUEST_APP_INFO_H_ -class GetAppInfoRequest : public HttpRequest +struct GetAppInfoRequest : public HttpRequest { -public: GetAppInfoRequest(const char *token, const char *appIds) : HttpRequest(REQUEST_GET, "/ISteamGameOAuth/GetAppInfo/v0001") { |