aboutsummaryrefslogtreecommitdiff
path: root/src/box_traverser.h
AgeCommit message (Collapse)Author
2016-12-11Move `util` namespace classes into matching folderAdrian Kummerlaender
2016-12-10Introduce `BoxIndicator` and `BoxTraverser` helper classesAdrian Kummerlaender
`BoxIndicator` implements an indicator function for the world area. Together with `BoxTraverser` it is used to simplifiy action validation and area traversion.