shithub: asif

ref: 8e2a344a89b52e664f8cd8abf9dfa3848514129d
dir: /app/path/dat.h/

View raw version
enum{
	Nodesz = 8,
};
extern Node *selected;
extern Node *start, *goal;

extern int	(*pathfn)(Node*, Node*);