Add HTTP Support.

This commit is contained in:
KyleSanderson
2014-02-08 12:19:32 -07:00
parent 455defd681
commit cff6b178f0
7 changed files with 749 additions and 1 deletions
+3
View File
@@ -49,6 +49,7 @@
#include "swgshooks.h"
#include "ssnatives.h"
#include "swgsdetours.h"
#include "swhttp.h"
/**
* @brief Sample implementation of the SDK Extension.
@@ -139,6 +140,8 @@ public:
SteamWorksGSHooks *pGSHooks;
SteamWorksSSNatives *pSSNatives;
SteamWorksGSDetours *pGSDetours;
SteamWorksHTTP *pSWHTTP;
SteamWorksHTTPNatives *pSWHTTPNatives;
};
extern SteamWorks g_SteamWorks;