![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include <nation.h>
Collaboration diagram for nation_group:Public Attributes | |
| struct name_translation | name |
| bool | hidden |
| union { | |
| struct { | |
| int match | |
| } server | |
| }; | |
| union { ... } |
| bool nation_group::hidden |
Definition at line 152 of file nation.h.
Referenced by handle_ruleset_nation_groups(), is_nation_group_hidden(), load_ruleset_nations(), and nation_group_set_hidden().
| int nation_group::match |
Definition at line 159 of file nation.h.
Referenced by nation_group_set_match().
| struct name_translation nation_group::name |
Definition at line 142 of file nation.h.
Referenced by nation_group_name_translation(), nation_group_new(), nation_group_rule_name(), and nation_group_untranslated_name().
| struct { ... } nation_group::server |
Referenced by nation_group_new(), and nation_group_set_match().