about summary refs log tree commit diff stats
path: root/Source/Randomizer2.h
diff options
context:
space:
mode:
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};