X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=hexagon.h;h=7ca8001cebc609f307db55ef14f868ac86a7eb8a;hb=4d97bfb776c19fb9c817e7fa87e64fea0e2a37ff;hp=85683b16d3d902dcd911075c166f38779af6ec07;hpb=b23bb67f8c88ba23499d1c6e7b444b6561aeb49a;p=hexagon diff --git a/hexagon.h b/hexagon.h index 85683b1..7ca8001 100644 --- a/hexagon.h +++ b/hexagon.h @@ -144,5 +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