|
Freeciv-3.3
|
#include <packets_gen.h>
Data Fields | |
| int | player_no |
| Nation_type_id | nation_no |
| bool | is_male |
| char | name [MAX_LEN_NAME] |
| int | style |
Definition at line 74 of file packets_gen.h.
| bool packet_nation_select_req::is_male |
Definition at line 77 of file packets_gen.h.
Referenced by dsend_packet_nation_select_req().
| char packet_nation_select_req::name[MAX_LEN_NAME] |
Definition at line 78 of file packets_gen.h.
| Nation_type_id packet_nation_select_req::nation_no |
Definition at line 76 of file packets_gen.h.
Referenced by dsend_packet_nation_select_req().
| int packet_nation_select_req::player_no |
Definition at line 75 of file packets_gen.h.
Referenced by dsend_packet_nation_select_req().
| int packet_nation_select_req::style |
Definition at line 79 of file packets_gen.h.
Referenced by dsend_packet_nation_select_req().