diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2021-09-24 18:54:22 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2021-09-24 18:54:22 -0400 |
commit | bad7b20434cebca369c6bf71fdbae9ed5a157119 (patch) | |
tree | 54adb230d60ee38ecfa4ef4b447c4ec366f291dc /Source/PuzzleSerializer.cpp | |
parent | 92461067047993a828b43afe4eb79208aaae4862 (diff) | |
download | witness-tutorializer-bad7b20434cebca369c6bf71fdbae9ed5a157119.tar.gz witness-tutorializer-bad7b20434cebca369c6bf71fdbae9ed5a157119.tar.bz2 witness-tutorializer-bad7b20434cebca369c6bf71fdbae9ed5a157119.zip |
Reverted the Sigma backport memory stuff
Diffstat (limited to 'Source/PuzzleSerializer.cpp')
-rw-r--r-- | Source/PuzzleSerializer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/PuzzleSerializer.cpp b/Source/PuzzleSerializer.cpp index 4a57313..e316216 100644 --- a/Source/PuzzleSerializer.cpp +++ b/Source/PuzzleSerializer.cpp | |||
@@ -1,6 +1,5 @@ | |||
1 | #include "pch.h" | 1 | #include "pch.h" |
2 | #include "PuzzleSerializer.h" | 2 | #include "PuzzleSerializer.h" |
3 | #include "Randomizer.h" | ||
4 | 3 | ||
5 | PuzzleSerializer::PuzzleSerializer(const std::shared_ptr<Memory>& memory) : _memory(memory) {} | 4 | PuzzleSerializer::PuzzleSerializer(const std::shared_ptr<Memory>& memory) : _memory(memory) {} |
6 | 5 | ||