From 0baa521ba34d2cd4e0f732f83d23b807605786a2 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Sat, 16 Nov 2019 10:27:06 -0800 Subject: More and more progress. Split out functions in serializer Figured out how to allocate memory (for sequences) --- App/Main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'App/Main.cpp') diff --git a/App/Main.cpp b/App/Main.cpp index a96c34d..a815746 100644 --- a/App/Main.cpp +++ b/App/Main.cpp @@ -24,6 +24,7 @@ #include "Puzzle.h" #include "Solver.h" #include "Randomizer2.h" +#include "PuzzlerSerializer.h" #include #define TMP1 0x501 -- cgit 1.4.1