Variables | |
std::string | ally_orb_color |
std::string | enemy_orb_color |
std::string | moved_orb_color |
std::string | partial_orb_color |
std::string | unmoved_orb_color |
std::string | default_color_list |
std::string game_config::colors::ally_orb_color |
Definition at line 156 of file game_config.cpp.
Referenced by prefs::allied_color(), gui2::dialogs::select_orb_colors::reset_orb_callback(), and prefs::set_allied_color().
std::string game_config::colors::default_color_list |
Definition at line 161 of file game_config.cpp.
std::string game_config::colors::enemy_orb_color |
Definition at line 157 of file game_config.cpp.
Referenced by prefs::enemy_color(), gui2::dialogs::select_orb_colors::reset_orb_callback(), and prefs::set_enemy_color().
std::string game_config::colors::moved_orb_color |
Definition at line 158 of file game_config.cpp.
Referenced by prefs::moved_color(), gui2::dialogs::select_orb_colors::reset_orb_callback(), and prefs::set_moved_color().
std::string game_config::colors::partial_orb_color |
Definition at line 159 of file game_config.cpp.
Referenced by prefs::partial_color(), gui2::dialogs::select_orb_colors::reset_orb_callback(), and prefs::set_partial_color().
std::string game_config::colors::unmoved_orb_color |
Definition at line 160 of file game_config.cpp.
Referenced by gui2::dialogs::select_orb_colors::reset_orb_callback(), prefs::set_unmoved_color(), and prefs::unmoved_color().