diff options
Diffstat (limited to 'Source/Randomizer.h')
-rw-r--r-- | Source/Randomizer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Randomizer.h b/Source/Randomizer.h index 552e33d..b0da4fe 100644 --- a/Source/Randomizer.h +++ b/Source/Randomizer.h | |||
@@ -4,6 +4,7 @@ | |||
4 | class Randomizer { | 4 | class Randomizer { |
5 | public: | 5 | public: |
6 | void Randomize(); | 6 | void Randomize(); |
7 | void AdjustSpeed(); | ||
7 | 8 | ||
8 | private: | 9 | private: |
9 | void RandomizeTutorial(); | 10 | void RandomizeTutorial(); |