12 #ifndef SETTINGS_TABLE_H
13 #define SETTINGS_TABLE_H
37 #if defined(_WIN32) && !defined(DEDICATED)
41 static const uint GAME_DIFFICULTY_NUM = 18;
42 extern const std::array<std::string, GAME_DIFFICULTY_NUM> _old_diff_settings;
43 extern uint16 _old_diff_custom[GAME_DIFFICULTY_NUM];