aboutsummaryrefslogtreecommitdiff
path: root/grid.h
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2017-04-23 07:41:46 +0100
committerSimon Tatham <anakin@pobox.com>2017-04-24 17:09:39 +0100
commite37d915f447e02b52236cee454dfe68749c6d876 (patch)
tree5ac60410f377ec69c15cccc39152516963648bf6 /grid.h
parenteedea4132043cc4c788ee89f1ccb0783893125c5 (diff)
downloadpuzzles-e37d915f447e02b52236cee454dfe68749c6d876.zip
puzzles-e37d915f447e02b52236cee454dfe68749c6d876.tar.gz
puzzles-e37d915f447e02b52236cee454dfe68749c6d876.tar.bz2
puzzles-e37d915f447e02b52236cee454dfe68749c6d876.tar.xz
New Loopy tiling: 'Great Great Dodecagonal'.
Officially known as the '3-4-6-12 tiling', according to, e.g., https://en.wikipedia.org/wiki/3-4-6-12_tiling . Thanks to Michael Quevillon for contributing this patch (and for choosing a less hard-to-remember name for the tiling :-).
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 17d0aa1..fb8ac48 100644
--- a/grid.h
+++ b/grid.h
@@ -105,6 +105,7 @@ typedef struct grid {
A(FLORET,floret) \
A(DODECAGONAL,dodecagonal) \
A(GREATDODECAGONAL,greatdodecagonal) \
+ A(GREATGREATDODECAGONAL,greatgreatdodecagonal) \
A(PENROSE_P2,penrose_p2_kite) \
A(PENROSE_P3,penrose_p3_thick)