X-Git-Url: https://pd.if.org/git/?p=hexagon;a=blobdiff_plain;f=hexagon.h;h=7ca8001cebc609f307db55ef14f868ac86a7eb8a;hp=c12614d2b591b751a6f671f8ed84daa955803b60;hb=800280caf177d1a84d134f99b0b8835f19e74aa5;hpb=ca7198be26f8b84d708dffbe2a946ad5846cd10e diff --git a/hexagon.h b/hexagon.h index c12614d..7ca8001 100644 --- a/hexagon.h +++ b/hexagon.h @@ -144,6 +144,8 @@ struct HL_astar *HL_astar_init(struct HL_astar *s); extern double HL_fand[16]; extern float HL_fanf[16]; +extern double HL_hfand[16]; /* horizontal grids */ +extern float HL_hfanf[16]; /* horizontal grids */ extern double HL_square; #endif