diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2019-12-03 10:04:16 -0800 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2019-12-03 10:04:16 -0800 |
commit | 39644676e2716a285fcea6bb81e07f326bda2f68 (patch) | |
tree | 77bc9650d4a8fd2162b073ee939035608f7ada21 /Source/Randomizer2.h | |
parent | 00d641c5c70d1b1141dafb7b297ca18f259b6af0 (diff) | |
download | witness-tutorializer-39644676e2716a285fcea6bb81e07f326bda2f68.tar.gz witness-tutorializer-39644676e2716a285fcea6bb81e07f326bda2f68.tar.bz2 witness-tutorializer-39644676e2716a285fcea6bb81e07f326bda2f68.zip |
Started work on symmetry island
Diffstat (limited to 'Source/Randomizer2.h')
-rw-r--r-- | Source/Randomizer2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Randomizer2.h b/Source/Randomizer2.h index 34c89f5..a2b5ebd 100644 --- a/Source/Randomizer2.h +++ b/Source/Randomizer2.h | |||
@@ -6,7 +6,8 @@ public: | |||
6 | Randomizer2(const PuzzleSerializer& serializer); | 6 | Randomizer2(const PuzzleSerializer& serializer); |
7 | void Randomize(); | 7 | void Randomize(); |
8 | void RandomizeTutorial(); | 8 | void RandomizeTutorial(); |
9 | void RandomizeSymmetry(); | 9 | void RandomizeGlassFactory(); |
10 | void RandomizeSymmetryIsland(); | ||
10 | void RandomizeKeep(); | 11 | void RandomizeKeep(); |
11 | 12 | ||
12 | private: | 13 | private: |