Freeciv21
Develop your civilization from humble roots to a global empire
cm_tile Struct Reference

A tile. More...

+ Collaboration diagram for cm_tile:

Public Attributes

const struct cm_tile_typetype
 
int index
 

Detailed Description

A tile.

Has a pointer to the type, and the x/y coords. Used mostly just for converting to cm_result.

Definition at line 123 of file cm.cpp.

Member Data Documentation

◆ index

int cm_tile::index

Definition at line 125 of file cm.cpp.

Referenced by apply_solution().

◆ type

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().