|
Freeciv-3.4
|
Data Fields | ||
| struct mapdef * | def | |
| int | turn | |
| char | title [MAX_LEN_MAPDEF] | |
| struct tile_shape * | tileshape | |
| plot_func | pixel_tile | |
| plot_func | pixel_city | |
| plot_func | pixel_unit | |
| plot_func | pixel_fogofwar | |
| plot_func | pixel_border | |
| base_coor_func | base_coor | |
| struct { | ||
| int x | ||
| int y | ||
| } | mapsize | |
| struct { | ||
| int x | ||
| int y | ||
| } | imgsize | |
| const struct rgbcolor ** | map | |
| base_coor_func img::base_coor |
| struct { ... } img::imgsize |
Referenced by img_index().
| struct { ... } img::mapsize |
| struct tile_shape* img::tileshape |
| char img::title[MAX_LEN_MAPDEF] |