Add BeginAuthSession Hook for Pawn.

This commit is contained in:
KyleSanderson
2014-03-27 20:09:39 -06:00
parent d751e333dd
commit 6a028fa64f
2 changed files with 20 additions and 0 deletions
+1
View File
@@ -36,6 +36,7 @@ class SteamWorksGSHooks
public:
bool WasRestartRequested(void);
void LogOnAnonymous(void);
EBeginAuthSessionResult BeginAuthSession(const void*, int, CSteamID);
private:
IForward *pFORR; /* On Restart Requested. */