![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
A tile. More...
Collaboration diagram for cm_tile:Public Attributes | |
| const struct cm_tile_type * | type |
| int | index |
A tile.
Has a pointer to the type, and the x/y coords. Used mostly just for converting to cm_result.
| int cm_tile::index |
Definition at line 125 of file cm.cpp.
Referenced by apply_solution().
| const struct cm_tile_type* cm_tile::type |
Definition at line 124 of file cm.cpp.
Referenced by apply_solution(), and tile_type_lattice_add().