diff options
Diffstat (limited to 'Source/Puzzle.cpp')
-rw-r--r-- | Source/Puzzle.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Puzzle.cpp b/Source/Puzzle.cpp index 15352ed..f0664c7 100644 --- a/Source/Puzzle.cpp +++ b/Source/Puzzle.cpp | |||
@@ -1,6 +1,5 @@ | |||
1 | #include "pch.h" | 1 | #include "pch.h" |
2 | #include "Puzzle.h" | 2 | #include "Puzzle.h" |
3 | #include "Memory.h" | ||
4 | 3 | ||
5 | Cell Puzzle::GetCell(int x, int y) const { | 4 | Cell Puzzle::GetCell(int x, int y) const { |
6 | x = Mod(x); | 5 | x = Mod(x); |