diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-20 10:05:59 -0800 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-20 10:05:59 -0800 |
commit | 6f0a34bfb761d965bd961dc1f880b84e35f9959f (patch) | |
tree | 9fad4b4d98f5cb644b635c017a959dd3752a0399 /Source/Randomizer2.h | |
parent | ab5652329d3e6bbaaf338e47fb3d84d89bf9b7b1 (diff) | |
download | witness-tutorializer-6f0a34bfb761d965bd961dc1f880b84e35f9959f.tar.gz witness-tutorializer-6f0a34bfb761d965bd961dc1f880b84e35f9959f.tar.bz2 witness-tutorializer-6f0a34bfb761d965bd961dc1f880b84e35f9959f.zip |
Understanding symmetry, but nothing else.
Diffstat (limited to 'Source/Randomizer2.h')
-rw-r--r-- | Source/Randomizer2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Randomizer2.h b/Source/Randomizer2.h index 6e79694..47a9ebd 100644 --- a/Source/Randomizer2.h +++ b/Source/Randomizer2.h | |||
@@ -8,6 +8,7 @@ public: | |||
8 | Randomizer2(const std::shared_ptr<Memory>& memory); | 8 | Randomizer2(const std::shared_ptr<Memory>& memory); |
9 | void Randomize(); | 9 | void Randomize(); |
10 | void RandomizeTutorial(); | 10 | void RandomizeTutorial(); |
11 | void RandomizeSymmetry(); | ||
11 | void RandomizeKeep(); | 12 | void RandomizeKeep(); |
12 | 13 | ||
13 | private: | 14 | private: |