about summary refs log tree commit diff stats
path: root/Source/Randomizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Randomizer.h')
-rw-r--r--Source/Randomizer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Randomizer.h b/Source/Randomizer.h index 1180d43..88afcc6 100644 --- a/Source/Randomizer.h +++ b/Source/Randomizer.h
@@ -8,6 +8,8 @@ public:
8 bool GameIsRandomized(); 8 bool GameIsRandomized();
9 9
10 void AdjustSpeed(); 10 void AdjustSpeed();
11 void RandomizeLasers();
12 void PreventSnipes();
11 13
12 void ClearOffsets() {_memory->ClearOffsets();} 14 void ClearOffsets() {_memory->ClearOffsets();}
13 15
@@ -19,7 +21,6 @@ public:
19 }; 21 };
20 22
21private: 23private:
22
23 int _lastRandomizedFrame = 1 << 30; 24 int _lastRandomizedFrame = 1 << 30;
24 void RandomizeTutorial(); 25 void RandomizeTutorial();
25 void RandomizeSymmetry(); 26 void RandomizeSymmetry();