diff options
Diffstat (limited to 'Source/Puzzle.h')
| -rw-r--r-- | Source/Puzzle.h | 4 |
1 files changed, 2 insertions, 2 deletions
| diff --git a/Source/Puzzle.h b/Source/Puzzle.h index 962874e..1e00ef4 100644 --- a/Source/Puzzle.h +++ b/Source/Puzzle.h | |||
| @@ -65,8 +65,8 @@ struct Pos {int x; int y;}; | |||
| 65 | 65 | ||
| 66 | class Puzzle { | 66 | class Puzzle { |
| 67 | public: | 67 | public: |
| 68 | int16_t height = 0; | 68 | int height = 0; |
| 69 | int16_t width = 0; | 69 | int width = 0; |
| 70 | bool hasDecorations = false; | 70 | bool hasDecorations = false; |
| 71 | 71 | ||
| 72 | enum class Symmetry {NONE, X, Y, XY}; | 72 | enum class Symmetry {NONE, X, Y, XY}; |
