Updated IServerGameDLL interface (bug 4978, r=asherkin).

This commit is contained in:
Nicholas Hastings 2011-06-26 23:49:43 +01:00
parent 2c14f0be0f
commit 7b620971fe

View File

@ -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;
};
//-----------------------------------------------------------------------------