about 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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Puzzle.cpp b/Source/Puzzle.cpp index 2f399a7..15352ed 100644 --- a/Source/Puzzle.cpp +++ b/Source/Puzzle.cpp
@@ -1,6 +1,6 @@
1#include "pch.h"
1#include "Puzzle.h" 2#include "Puzzle.h"
2#include "Memory.h" 3#include "Memory.h"
3#include <cassert>
4 4
5Cell Puzzle::GetCell(int x, int y) const { 5Cell Puzzle::GetCell(int x, int y) const {
6 x = Mod(x); 6 x = Mod(x);