From fa4a69b8b727fac049ff0f13a8537f57880de04e Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Wed, 6 May 2015 17:47:42 -0400 Subject: [PATCH] Update IGameTypes. --- public/matchmaking/igametypes.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/matchmaking/igametypes.h b/public/matchmaking/igametypes.h index 6308308c..b2bd90ab 100644 --- a/public/matchmaking/igametypes.h +++ b/public/matchmaking/igametypes.h @@ -139,6 +139,8 @@ public: virtual int GetCurrentServerNumSlots() = 0; virtual int GetCurrentServerSettingInt(const char *settingName, int defaultValue) = 0; + + virtual bool GetGameTypeFromMode( const char* modeName, const char **pTypeName ) = 0; }; #endif // IGAMETYPES_H