TileSpec Struct Reference
Specification of one tile. More...
Public Attributes | |
int | width |
int | height |
int | amount |
const char * | tile |
Detailed Description
Specification of one tile.
This structure can be used to specify a tile with specified width and height, number of such tiles (all with unique values), and a char-array tile showing the tile in row-major order.
Definition at line 56 of file pentominoes.cpp.
Member Data Documentation
int TileSpec::width |
Definition at line 57 of file pentominoes.cpp.
int TileSpec::height |
Definition at line 57 of file pentominoes.cpp.
int TileSpec::amount |
Definition at line 58 of file pentominoes.cpp.
const char* TileSpec::tile |
Definition at line 59 of file pentominoes.cpp.
The documentation for this struct was generated from the following file:
- examples/pentominoes.cpp (Revision: 9692)