1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-23 01:59:43 +08:00

Update IGameTypes.

This commit is contained in:
Nicholas Hastings 2015-05-06 17:47:42 -04:00
parent 0214045f32
commit fa4a69b8b7

View File

@ -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