shithub: asif

ref: 3dc9559c9770afbc525a7e1d5eb24f7b25567904
dir: /app/path/dat.h/

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

enum{
	Pbfs,
	Pdijkstra,
	Pa∗,
};

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