From 39644676e2716a285fcea6bb81e07f326bda2f68 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Tue, 3 Dec 2019 10:04:16 -0800 Subject: Started work on symmetry island --- Source/Randomizer2.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/Randomizer2.h') 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: Randomizer2(const PuzzleSerializer& serializer); void Randomize(); void RandomizeTutorial(); - void RandomizeSymmetry(); + void RandomizeGlassFactory(); + void RandomizeSymmetryIsland(); void RandomizeKeep(); private: -- cgit 1.4.1