X-Git-Url: https://pd.if.org/git/?p=hexagon;a=blobdiff_plain;f=hexagon.h;h=6768a62275e23436e4ce8b29cc35c1cbbdcbd8ba;hp=7ca8001cebc609f307db55ef14f868ac86a7eb8a;hb=eee54cb2cb011913d9445acc325f9ab7b2ab1d0b;hpb=e18c84c99d50c450bcbe8ad8f66d4e57eadf0911 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];