Tile

A single tile with an arbitrary value and if the tile is solid or not

A solid tile will indicate its square is not empty

struct Tile (
T
) {}

Members

Variables

solid
bool solid;
Undocumented in source.
value
T value;
Undocumented in source.

Meta