From 5fb764e4b5cd603c63e638f912a4c39772db8480 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Sun, 28 Oct 2018 14:13:39 -0700 Subject: Basic working UI --- Source/Randomizer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/Randomizer.h') diff --git a/Source/Randomizer.h b/Source/Randomizer.h index b644a1d..6615e31 100644 --- a/Source/Randomizer.h +++ b/Source/Randomizer.h @@ -13,6 +13,8 @@ class Randomizer { public: Randomizer(); + void Randomize(int seed); + void Randomize(std::vector& panels, int flags); void RandomizeRange(std::vector &panels, int flags, size_t startIndex, size_t endIndex); void SwapPanels(int panel1, int panel2, int flags); -- cgit 1.4.1