summary refs log tree commit diff stats
path: root/Source/Randomizer2.h
diff options
context:
space:
mode:
authorjbzdarkid <jbzdarkid@gmail.com>2019-11-14 09:08:35 -0800
committerjbzdarkid <jbzdarkid@gmail.com>2019-11-14 09:08:35 -0800
commit1b833a86102981ce178119fc3526f354b7622170 (patch)
tree375d72ffc7ff250d13f796362919ac800be2af54 /Source/Randomizer2.h
parent98db209c9008492baec6bb482b047d386fbdd42b (diff)
downloadwitness-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.h3
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 {
6public: 6public:
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
10private: 11private:
12 void SetGate(int panel, int X, int Y);
13
11 std::shared_ptr<Memory> _memory; 14 std::shared_ptr<Memory> _memory;
12}; 15};