Module chunks

Types

Tile = ref object of RootObj
Chunk = TableRef[Point, Tile]

Procs

proc newChunk(): Chunk {.raises: [], tags: [].}

Methods

method tile_name(t: Tile): string {.base, raises: [], tags: [].}