diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-27 18:42:56 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-27 18:42:56 -0400 |
commit | e7eacdde9dc5a99636cda74c91384a4ec0752547 (patch) | |
tree | 3e97abfaac32e23521a907dc81079376e7612e55 /ext/wittle_generator/Generate.h | |
parent | 6907a45f8b99d2a076ba965d6278f27044b19af9 (diff) | |
download | wittle-e7eacdde9dc5a99636cda74c91384a4ec0752547.tar.gz wittle-e7eacdde9dc5a99636cda74c91384a4ec0752547.tar.bz2 wittle-e7eacdde9dc5a99636cda74c91384a4ec0752547.zip |
Simpler default layout
Diffstat (limited to 'ext/wittle_generator/Generate.h')
-rw-r--r-- | ext/wittle_generator/Generate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wittle_generator/Generate.h b/ext/wittle_generator/Generate.h index e37c2fd..0dc5fc3 100644 --- a/ext/wittle_generator/Generate.h +++ b/ext/wittle_generator/Generate.h | |||
@@ -48,7 +48,7 @@ class Generate { | |||
48 | TreehouseColors = 0x4000, | 48 | TreehouseColors = 0x4000, |
49 | AlternateColors = 0x8000, | 49 | AlternateColors = 0x8000, |
50 | WriteColors = 0x10000, | 50 | WriteColors = 0x10000, |
51 | Write2Color = 0x20000, | 51 | RegularStartEnd = 0x20000, |
52 | FixBackground = 0x40000, | 52 | FixBackground = 0x40000, |
53 | CombineErasers = 0x80000, | 53 | CombineErasers = 0x80000, |
54 | LongPath = 0x100000, | 54 | LongPath = 0x100000, |