Detour SteamGameServer_InitSafe to get interfaces earlier.

This commit is contained in:
KyleSanderson
2014-02-05 22:03:52 -07:00
parent 9fa3b0175c
commit 2a622d9d26
3 changed files with 49 additions and 10 deletions
+1
View File
@@ -29,6 +29,7 @@ class SteamWorksGSDetours
~SteamWorksGSDetours();
private:
CDetour *m_pSafeInitDetour;
CDetour *m_pShutdownDetour;
};