Update IServerGameDLL GameServerSteamAPIActivated params.

This commit is contained in:
Nicholas Hastings 2014-05-24 16:20:37 -04:00
parent d57202a156
commit 2f99947e76

View File

@ -596,7 +596,7 @@ public:
virtual void PostToolsInit() = 0;
// Called after the steam API has been activated post-level startup
virtual void GameServerSteamAPIActivated( void ) = 0;
virtual void GameServerSteamAPIActivated( bool bActivated ) = 0;
// Called to apply lobby settings to a dedicated server
virtual void ApplyGameSettings( KeyValues *pKV ) = 0;