Skip to content

Commit

Permalink
Update IGameTypes.
Browse files Browse the repository at this point in the history
  • Loading branch information
psychonic committed May 6, 2015
1 parent 0214045 commit fa4a69b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/matchmaking/igametypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ abstract_class IGameTypes

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

0 comments on commit fa4a69b

Please sign in to comment.