mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-20 23:51:29 -07:00
Another patch from Chris Moore implementing two more grid types, both
involving dodecagons. [originally from svn r9109]
This commit is contained in:
4
grid.h
4
grid.h
@ -80,8 +80,10 @@ 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);
|
||||
grid *grid_new_floret(int width, int height);
|
||||
grid *grid_new_dodecagonal(int width, int height);
|
||||
grid *grid_new_greatdodecagonal(int width, int height);
|
||||
|
||||
void grid_free(grid *g);
|
||||
|
||||
|
Reference in New Issue
Block a user