(svn r24862) -Add: Settings type filter to adv. settings GUI.

This commit is contained in:
frosch
2012-12-26 17:47:02 +00:00
parent dbe46698ff
commit c4c3d00578
6 changed files with 52 additions and 2 deletions

View File

@@ -83,6 +83,8 @@ enum SettingType {
ST_GAME, ///< Game setting.
ST_COMPANY, ///< Company setting.
ST_CLIENT, ///< Client setting.
ST_ALL, ///< Used in setting filter to match all types.
};
typedef bool OnChange(int32 var); ///< callback prototype on data modification