]> pd.if.org Git - hexagon/blobdiff - hexagon.h
Removed some stray output in test programs.
[hexagon] / hexagon.h
index 85683b16d3d902dcd911075c166f38779af6ec07..7ca8001cebc609f307db55ef14f868ac86a7eb8a 100644 (file)
--- 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