summary refs log tree commit diff stats
path: root/Source/Puzzle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Puzzle.cpp')
-rw-r--r--Source/Puzzle.cpp1
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
5Cell Puzzle::GetCell(int x, int y) const { 4Cell Puzzle::GetCell(int x, int y) const {
6 x = Mod(x); 5 x = Mod(x);