From 3ece17f201686342e8aff90148f360245788b234 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Tue, 3 Mar 2020 21:25:56 -0800 Subject: add support for puzzle serialization --- Source/Randomizer.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Randomizer.cpp') diff --git a/Source/Randomizer.cpp b/Source/Randomizer.cpp index 01d1e2e..72072a8 100644 --- a/Source/Randomizer.cpp +++ b/Source/Randomizer.cpp @@ -97,6 +97,7 @@ Things to do for V2: #include "Panels.h" #include "Random.h" + template int find(const std::vector &data, T search, size_t startIndex = 0) { for (size_t i=startIndex ; i