Patch from Chris Moore to implement an extra grid type, the 'floret'
[sgt/puzzles] / grid.h
diff --git a/grid.h b/grid.h
index 217f6da..2fbe269 100644 (file)
--- a/grid.h
+++ b/grid.h
@@ -85,6 +85,7 @@ grid *grid_new_snubsquare(int width, int height);
 grid *grid_new_cairo(int width, int height);
 grid *grid_new_greathexagonal(int width, int height);
 grid *grid_new_octagonal(int width, int height);
+grid *grid_new_floret(int width, int height);
 grid *grid_new_kites(int width, int height);
 
 void grid_free(grid *g);