added oob (out_of_bounds heptagon)

This commit is contained in:
Zeno Rogue 2021-07-29 12:04:28 +02:00
parent 64947fe456
commit 5bff87f5e1
1 changed files with 1 additions and 0 deletions

View File

@ -1398,5 +1398,6 @@ EX bool is_boundary(cell *c) {
}
EX cell out_of_bounds;
EX heptagon oob;
}