diff options
Diffstat (limited to 'WitnessRandomizer/WitnessRandomizer.h')
-rw-r--r-- | WitnessRandomizer/WitnessRandomizer.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/WitnessRandomizer/WitnessRandomizer.h b/WitnessRandomizer/WitnessRandomizer.h index 182c88e..9e84a46 100644 --- a/WitnessRandomizer/WitnessRandomizer.h +++ b/WitnessRandomizer/WitnessRandomizer.h | |||
@@ -1,14 +1,8 @@ | |||
1 | #pragma once | 1 | #pragma once |
2 | 2 | ||
3 | int SWAP_TARGETS = 0x1; | 3 | int SWAP_TARGETS = 0x1; |
4 | int SWAP_PATHWAYS = 0x2; | 4 | int SWAP_LINES = 0x2; |
5 | int SWAP_STYLE = 0x4; | 5 | int SWAP_COLORS = 0x4; |
6 | int SWAP_COLORS = 0x8; | ||
7 | int SWAP_TRACED = 0x10; | ||
8 | |||
9 | |||
10 | int SWAP_SIZE = 0x20; | ||
11 | |||
12 | 6 | ||
13 | class WitnessRandomizer { | 7 | class WitnessRandomizer { |
14 | public: | 8 | public: |