Add and enable SteamWorks GS Detours (+CDetour).

This commit is contained in:
KyleSanderson
2014-01-14 17:54:32 -07:00
parent 54b9500974
commit a39fdfc731
5 changed files with 127 additions and 1 deletions
+2
View File
@@ -48,6 +48,7 @@
#include "gsnatives.h"
#include "swgshooks.h"
#include "ssnatives.h"
#include "swgsdetours.h"
/**
* @brief Sample implementation of the SDK Extension.
@@ -136,6 +137,7 @@ public:
SteamWorksGSNatives *pGSNatives;
SteamWorksGSHooks *pGSHooks;
SteamWorksSSNatives *pSSNatives;
SteamWorksGSDetours *pGSDetours;
};
extern SteamWorks g_SteamWorks;