diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-01 18:07:04 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-01 18:07:04 -0400 |
commit | bec6f657f405cb27939ec42ae35c0cc9d524bbb9 (patch) | |
tree | d7cef60e532041b650ef9c54c8645607f21c3b12 /ext/wittle_generator/Serializer.h | |
parent | 63624385ccc66f6a2f40797baad1972957e34863 (diff) | |
download | wittle-bec6f657f405cb27939ec42ae35c0cc9d524bbb9.tar.gz wittle-bec6f657f405cb27939ec42ae35c0cc9d524bbb9.tar.bz2 wittle-bec6f657f405cb27939ec42ae35c0cc9d524bbb9.zip |
invisible symmetry!
Diffstat (limited to 'ext/wittle_generator/Serializer.h')
-rw-r--r-- | ext/wittle_generator/Serializer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/wittle_generator/Serializer.h b/ext/wittle_generator/Serializer.h index 86b262d..6eeb887 100644 --- a/ext/wittle_generator/Serializer.h +++ b/ext/wittle_generator/Serializer.h | |||
@@ -56,7 +56,8 @@ class Serializer { | |||
56 | PrecisePolyominos = 4, | 56 | PrecisePolyominos = 4, |
57 | FlashForErrors = 8, | 57 | FlashForErrors = 8, |
58 | FatStartpoints = 16, | 58 | FatStartpoints = 16, |
59 | CustomMechanics = 32 | 59 | CustomMechanics = 32, |
60 | InvisibleSymmetry = 64, | ||
60 | }; | 61 | }; |
61 | 62 | ||
62 | enum GapType : char { GapNone = 0, GapBreak = 1, GapFull = 2 }; | 63 | enum GapType : char { GapNone = 0, GapBreak = 1, GapFull = 2 }; |