X-Git-Url: https://pd.if.org/git/?p=hexagon;a=blobdiff_plain;f=hexagon.h;h=85683b16d3d902dcd911075c166f38779af6ec07;hp=50665d058f87c05faaa42e11838688892485d86c;hb=b23bb67f8c88ba23499d1c6e7b444b6561aeb49a;hpb=8e2913bfbd2ae3cd8a2d07b879f0e78e455fed6f diff --git a/hexagon.h b/hexagon.h index 50665d0..85683b1 100644 --- a/hexagon.h +++ b/hexagon.h @@ -142,4 +142,7 @@ 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); +extern double HL_fand[16]; +extern float HL_fanf[16]; + #endif