Add SteamWorks_TokenRequested for authenticated GameServer logins.

This commit is contained in:
KyleSanderson
2014-02-05 22:05:06 -07:00
parent 2a622d9d26
commit d701f286bf
3 changed files with 36 additions and 0 deletions
+2
View File
@@ -35,9 +35,11 @@ class SteamWorksGSHooks
public:
bool WasRestartRequested(void);
void LogOnAnonymous(void);
private:
IForward *pFORR; /* On Restart Requested. */
IForward *pFOTR; /* On Token Requested. */
unsigned char uHooked;
};