about summary refs log tree commit diff stats
path: root/WitnessRandomizer/WitnessRandomizer.h
diff options
context:
space:
mode:
authorjbzdarkid <jbzdarkid@gmail.com>2018-10-24 18:45:42 -0700
committerjbzdarkid <jbzdarkid@gmail.com>2018-10-24 18:45:42 -0700
commitec1762e2da687d544b463d150c039eac72374d66 (patch)
tree36dce5f1431aef9b533dc6549fc6f854276604be /WitnessRandomizer/WitnessRandomizer.h
parent2473736979b829e09130a7261b38eb8c1367a06d (diff)
downloadwitness-tutorializer-ec1762e2da687d544b463d150c039eac72374d66.tar.gz
witness-tutorializer-ec1762e2da687d544b463d150c039eac72374d66.tar.bz2
witness-tutorializer-ec1762e2da687d544b463d150c039eac72374d66.zip
Add pillar back-off
Diffstat (limited to 'WitnessRandomizer/WitnessRandomizer.h')
-rw-r--r--WitnessRandomizer/WitnessRandomizer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/WitnessRandomizer/WitnessRandomizer.h b/WitnessRandomizer/WitnessRandomizer.h index 9e84a46..af1f785 100644 --- a/WitnessRandomizer/WitnessRandomizer.h +++ b/WitnessRandomizer/WitnessRandomizer.h
@@ -2,7 +2,8 @@
2 2
3int SWAP_TARGETS = 0x1; 3int SWAP_TARGETS = 0x1;
4int SWAP_LINES = 0x2; 4int SWAP_LINES = 0x2;
5int SWAP_COLORS = 0x4; 5int SWAP_STYLE = 0x4;
6int SWAP_BACK_DISTANCE = 0x8;
6 7
7class WitnessRandomizer { 8class WitnessRandomizer {
8public: 9public: