Freeciv-3.1
Loading...
Searching...
No Matches
Data Fields
packet_map_info Struct Reference

#include <packets_gen.h>

Data Fields

int xsize
 
int ysize
 
int topology_id
 

Detailed Description

Definition at line 266 of file packets_gen.h.

Field Documentation

◆ topology_id

int packet_map_info::topology_id

Definition at line 269 of file packets_gen.h.

Referenced by send_map_info(), and send_packet_map_info_100().

◆ xsize

int packet_map_info::xsize

Definition at line 267 of file packets_gen.h.

Referenced by send_map_info(), and send_packet_map_info_100().

◆ ysize

int packet_map_info::ysize

Definition at line 268 of file packets_gen.h.

Referenced by send_map_info(), and send_packet_map_info_100().