Add Game Coordinator Hooks (untested).

This commit is contained in:
Kyle Sanderson
2016-03-03 20:38:00 -08:00
committed by Josh Allard
parent 66100139ee
commit 9f70645270
9 changed files with 284 additions and 1 deletions
+2
View File
@@ -47,6 +47,7 @@
#include "swforwards.h"
#include "gsnatives.h"
#include "swgshooks.h"
#include "swgchooks.h"
#include "ssnatives.h"
#include "swgsdetours.h"
#include "swhttp.h"
@@ -142,6 +143,7 @@ public:
SteamWorksGSDetours *pGSDetours;
SteamWorksHTTP *pSWHTTP;
SteamWorksHTTPNatives *pSWHTTPNatives;
SteamWorksGCHooks *pGCHooks;
};
extern SteamWorks g_SteamWorks;