Freeciv-3.4
|
#include <packets_gen.h>
Data Fields | |
int | nsets |
char | names [MAX_NUM_NATION_SETS][MAX_LEN_NAME] |
char | rule_names [MAX_NUM_NATION_SETS][MAX_LEN_NAME] |
char | descriptions [MAX_NUM_NATION_SETS][MAX_LEN_MSG] |
Definition at line 1126 of file packets_gen.h.
char packet_ruleset_nation_sets::descriptions |
Definition at line 1130 of file packets_gen.h.
Referenced by handle_ruleset_nation_sets().
char packet_ruleset_nation_sets::names |
Definition at line 1128 of file packets_gen.h.
Referenced by handle_ruleset_nation_sets().
int packet_ruleset_nation_sets::nsets |
Definition at line 1127 of file packets_gen.h.
Referenced by handle_ruleset_nation_sets().
char packet_ruleset_nation_sets::rule_names |
Definition at line 1129 of file packets_gen.h.
Referenced by handle_ruleset_nation_sets().