Freeciv-3.2
|
#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 1116 of file packets_gen.h.
char packet_ruleset_nation_sets::descriptions[MAX_NUM_NATION_SETS][MAX_LEN_MSG] |
Definition at line 1120 of file packets_gen.h.
Referenced by handle_ruleset_nation_sets(), and send_packet_ruleset_nation_sets_100().
char packet_ruleset_nation_sets::names[MAX_NUM_NATION_SETS][MAX_LEN_NAME] |
Definition at line 1118 of file packets_gen.h.
Referenced by handle_ruleset_nation_sets(), and send_packet_ruleset_nation_sets_100().
int packet_ruleset_nation_sets::nsets |
Definition at line 1117 of file packets_gen.h.
Referenced by handle_ruleset_nation_sets(), and send_packet_ruleset_nation_sets_100().
char packet_ruleset_nation_sets::rule_names[MAX_NUM_NATION_SETS][MAX_LEN_NAME] |
Definition at line 1119 of file packets_gen.h.
Referenced by handle_ruleset_nation_sets(), and send_packet_ruleset_nation_sets_100().