about summary refs log tree commit diff stats
path: root/ext/wittle_generator/Serializer.h
diff options
context:
space:
mode:
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 };