diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-14 09:08:35 -0800 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-14 09:08:35 -0800 |
commit | 1b833a86102981ce178119fc3526f354b7622170 (patch) | |
tree | 375d72ffc7ff250d13f796362919ac800be2af54 /Source/Randomizer2.h | |
parent | 98db209c9008492baec6bb482b047d386fbdd42b (diff) | |
download | witness-tutorializer-1b833a86102981ce178119fc3526f354b7622170.tar.gz witness-tutorializer-1b833a86102981ce178119fc3526f354b7622170.tar.bz2 witness-tutorializer-1b833a86102981ce178119fc3526f354b7622170.zip |
small changes
Diffstat (limited to 'Source/Randomizer2.h')
-rw-r--r-- | Source/Randomizer2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Randomizer2.h b/Source/Randomizer2.h index 1aeae11..848fd22 100644 --- a/Source/Randomizer2.h +++ b/Source/Randomizer2.h | |||
@@ -6,7 +6,10 @@ class Randomizer2 { | |||
6 | public: | 6 | public: |
7 | Randomizer2(const std::shared_ptr<Memory>& memory); | 7 | Randomizer2(const std::shared_ptr<Memory>& memory); |
8 | void Randomize(); | 8 | void Randomize(); |
9 | void RandomizeKeep(); | ||
9 | 10 | ||
10 | private: | 11 | private: |
12 | void SetGate(int panel, int X, int Y); | ||
13 | |||
11 | std::shared_ptr<Memory> _memory; | 14 | std::shared_ptr<Memory> _memory; |
12 | }; | 15 | }; |