diff options
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 | }; |
