summaryrefslogtreecommitdiffstats
path: root/src/maze.h
Commit message (Collapse)AuthorAgeFilesLines
* maze: Factor out border line drawingP. J. McDermott2022-01-271-2/+1
|
* maze: Optionally hide unseen wallsP. J. McDermott2021-08-081-1/+7
|
* maze: Set drawing colorP. J. McDermott2021-08-021-1/+2
|
* maze: Render (untested)P. J. McDermott2021-08-021-0/+5
| | | | TODO: Color
* maze: Defend against use-after-freeP. J. McDermott2021-08-021-1/+1
| | | | And non-compliant standard C libraries.
* maze: New functionsP. J. McDermott2021-08-021-0/+38