diff options
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: |