diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-30 21:58:46 -0700 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-30 21:58:46 -0700 |
commit | 3557f0ba80942397a9d963208695b4fa80290cb0 (patch) | |
tree | d754d0f1b56ca10c133804639882d12d6686f7ec /Source/Randomizer.h | |
parent | e66a408e38849107a3d35a317ff6f2b23dcaeead (diff) | |
download | witness-tutorializer-3557f0ba80942397a9d963208695b4fa80290cb0.tar.gz witness-tutorializer-3557f0ba80942397a9d963208695b4fa80290cb0.tar.bz2 witness-tutorializer-3557f0ba80942397a9d963208695b4fa80290cb0.zip |
Infinite amounts of cleanup
Diffstat (limited to 'Source/Randomizer.h')
-rw-r--r-- | Source/Randomizer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Randomizer.h b/Source/Randomizer.h index b0da4fe..8c332b0 100644 --- a/Source/Randomizer.h +++ b/Source/Randomizer.h | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | class Randomizer { | 4 | class Randomizer { |
5 | public: | 5 | public: |
6 | void Randomize(); | 6 | short Randomize(int seed); |
7 | void AdjustSpeed(); | 7 | void AdjustSpeed(); |
8 | 8 | ||
9 | private: | 9 | private: |