From 7b620971fe70bdadef6391d3c35712066693a199 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Sun, 26 Jun 2011 23:49:43 +0100 Subject: [PATCH] Updated IServerGameDLL interface (bug 4978, r=asherkin). --- public/eiface.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/eiface.h b/public/eiface.h index a211205d..9adffc85 100644 --- a/public/eiface.h +++ b/public/eiface.h @@ -500,6 +500,8 @@ public: // Called after the steam API has been activated post-level startup virtual void GameServerSteamAPIActivated( void ) = 0; + + virtual void GameServerSteamAPIShutdown( void ) = 0; }; //-----------------------------------------------------------------------------