diff --git a/heptagon.cpp b/heptagon.cpp index 41bfba5f..0e7f47d8 100644 --- a/heptagon.cpp +++ b/heptagon.cpp @@ -6,6 +6,8 @@ #define MIRR(x) x.mirrored +int heptacount = 0; + struct cell; cell *newCell(int type, heptagon *master); @@ -64,6 +66,7 @@ template auto iprintf(T... t) { for(int i=0; ialt = NULL; h->s = s; for(int i=0; imove[i] = NULL;