about summary refs log tree commit diff stats
path: root/ext/wittle_generator/Serializer.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-11-01 18:07:04 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-11-01 18:07:04 -0400
commitbec6f657f405cb27939ec42ae35c0cc9d524bbb9 (patch)
treed7cef60e532041b650ef9c54c8645607f21c3b12 /ext/wittle_generator/Serializer.h
parent63624385ccc66f6a2f40797baad1972957e34863 (diff)
downloadwittle-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.h3
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 };