about summary refs log tree commit diff stats
path: root/WitnessRandomizer/WitnessRandomizer.h
diff options
context:
space:
mode:
authorjbzdarkid <jbzdarkid@gmail.com>2018-10-27 20:57:22 -0700
committerjbzdarkid <jbzdarkid@gmail.com>2018-10-27 20:57:22 -0700
commitecc14a3463c0c1c52b5de17d2aeb719ce2942a4a (patch)
tree066b3c4d76e1ffcf4f286a8607dde2b68cbfa210 /WitnessRandomizer/WitnessRandomizer.h
parent01dc970caf1666dacbe9c86db404aeaeade7175a (diff)
downloadwitness-tutorializer-ecc14a3463c0c1c52b5de17d2aeb719ce2942a4a.tar.gz
witness-tutorializer-ecc14a3463c0c1c52b5de17d2aeb719ce2942a4a.tar.bz2
witness-tutorializer-ecc14a3463c0c1c52b5de17d2aeb719ce2942a4a.zip
Uncomment & remove test code
Diffstat (limited to 'WitnessRandomizer/WitnessRandomizer.h')
-rw-r--r--WitnessRandomizer/WitnessRandomizer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WitnessRandomizer/WitnessRandomizer.h b/WitnessRandomizer/WitnessRandomizer.h index bb9db44..d65cce3 100644 --- a/WitnessRandomizer/WitnessRandomizer.h +++ b/WitnessRandomizer/WitnessRandomizer.h
@@ -1,7 +1,7 @@
1#pragma once 1#pragma once
2 2
3#define GLOBALS 0x5B28C0 3// #define GLOBALS 0x5B28C0
4// #define GLOBALS 0x62A080 4#define GLOBALS 0x62A080
5 5
6int SWAP_NONE = 0x0; 6int SWAP_NONE = 0x0;
7int SWAP_TARGETS = 0x1; 7int SWAP_TARGETS = 0x1;