aboutsummaryrefslogtreecommitdiff
path: root/grid.h
diff options
context:
space:
mode:
Diffstat (limited to 'grid.h')
-rw-r--r--grid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/grid.h b/grid.h
index 217f6da..2fbe269 100644
--- 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);