Variable OrthoMap.grid

The underlying tile grid structure, surfaced with alias this.

Declaration

struct OrthoMap
{
	// ...
	RectGrid!(Tile[][]) grid;
	// ...
}

Authors

rcorre

Copyright

Copyright © 2015, Ryan Roden-Corrent

License

MIT