]> pd.if.org Git - hexagon/blobdiff - hexagon.h
Added HL_square
[hexagon] / hexagon.h
index 50665d058f87c05faaa42e11838688892485d86c..c12614d2b591b751a6f671f8ed84daa955803b60 100644 (file)
--- a/hexagon.h
+++ b/hexagon.h
@@ -142,4 +142,8 @@ 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];
+extern double HL_square;
+
 #endif