shithub: asif

ref: 3c2760234f8ea7293e8cc678f238fd068d18cf44
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*);