From 1b833a86102981ce178119fc3526f354b7622170 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Thu, 14 Nov 2019 09:08:35 -0800 Subject: small changes --- Source/Randomizer2.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Source/Randomizer2.h') 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 { public: Randomizer2(const std::shared_ptr& memory); void Randomize(); + void RandomizeKeep(); private: + void SetGate(int panel, int X, int Y); + std::shared_ptr _memory; }; -- cgit 1.4.1