Freeciv-3.2
|
#include <packets_gen.h>
Data Fields | |
int | xsize |
int | ysize |
int | topology_id |
int | wrap_id |
int | north_latitude |
int | south_latitude |
Definition at line 265 of file packets_gen.h.
int packet_map_info::north_latitude |
Definition at line 270 of file packets_gen.h.
Referenced by handle_map_info(), and send_packet_map_info_100().
int packet_map_info::south_latitude |
Definition at line 271 of file packets_gen.h.
Referenced by handle_map_info(), and send_packet_map_info_100().
int packet_map_info::topology_id |
Definition at line 268 of file packets_gen.h.
Referenced by handle_map_info(), and send_packet_map_info_100().
int packet_map_info::wrap_id |
Definition at line 269 of file packets_gen.h.
Referenced by handle_map_info(), and send_packet_map_info_100().
int packet_map_info::xsize |
Definition at line 266 of file packets_gen.h.
Referenced by handle_map_info(), send_map_info(), and send_packet_map_info_100().
int packet_map_info::ysize |
Definition at line 267 of file packets_gen.h.
Referenced by handle_map_info(), and send_packet_map_info_100().