From eee54cb2cb011913d9445acc325f9ab7b2ab1d0b Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Tue, 17 Mar 2015 19:04:32 +0000 Subject: [PATCH] added prototype for HL_vertices --- hexagon.h | 1 + 1 file changed, 1 insertion(+) diff --git a/hexagon.h b/hexagon.h index 7ca8001..6768a62 100644 --- a/hexagon.h +++ b/hexagon.h @@ -141,6 +141,7 @@ int HL_findpath(struct HL_astar *s, int loops); void HL_astar_free(struct HL_astar *s); struct HL_astar *HL_astar_clear(struct HL_astar *s); struct HL_astar *HL_astar_init(struct HL_astar *s); +void HL_vertices(int cantor, double *vc); extern double HL_fand[16]; extern float HL_fanf[16]; -- 2.40.0