about summary refs log tree commit diff stats
path: root/Source/Randomizer.h
diff options
context:
space:
mode:
authorjbzdarkid <jbzdarkid@gmail.com>2018-10-29 19:57:02 -0700
committerjbzdarkid <jbzdarkid@gmail.com>2018-10-29 19:57:02 -0700
commit0d728e66b7bde350a6e5d9f0a467bba7a3433f16 (patch)
tree39856a87d48466aab7652f228f5729b43196abf7 /Source/Randomizer.h
parenta5d9a2eb991e387909281949c2b1f3395a7740ff (diff)
downloadwitness-tutorializer-0d728e66b7bde350a6e5d9f0a467bba7a3433f16.tar.gz
witness-tutorializer-0d728e66b7bde350a6e5d9f0a467bba7a3433f16.tar.bz2
witness-tutorializer-0d728e66b7bde350a6e5d9f0a467bba7a3433f16.zip
should be working
Diffstat (limited to 'Source/Randomizer.h')
-rw-r--r--Source/Randomizer.h1
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 @@
4class Randomizer { 4class Randomizer {
5public: 5public:
6 void Randomize(); 6 void Randomize();
7 void AdjustSpeed();
7 8
8private: 9private:
9 void RandomizeTutorial(); 10 void RandomizeTutorial();