Function TCOD_frontier_new

Function Documentation

struct TCOD_Frontier *TCOD_frontier_new(int ndim)

Create a new pathfinder frontier.

ndim is the number of dimensions. Must be in the range 1 <= n <= 4.