diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-25 18:26:51 -0800 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-25 18:26:51 -0800 |
commit | e10243a64e0c6542c9b74c3bb95f5ebf4a3df7cb (patch) | |
tree | c56199be167bfaf0c416d5586dbd12184e1ab8b0 /Source/PuzzleSerializer.h | |
parent | 2222a8ce5de5f46b762473001101aa10a0884bc1 (diff) | |
download | witness-tutorializer-e10243a64e0c6542c9b74c3bb95f5ebf4a3df7cb.tar.gz witness-tutorializer-e10243a64e0c6542c9b74c3bb95f5ebf4a3df7cb.tar.bz2 witness-tutorializer-e10243a64e0c6542c9b74c3bb95f5ebf4a3df7cb.zip |
Well, this is easier
Diffstat (limited to 'Source/PuzzleSerializer.h')
-rw-r--r-- | Source/PuzzleSerializer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/PuzzleSerializer.h b/Source/PuzzleSerializer.h index 391f5c0..4ccd383 100644 --- a/Source/PuzzleSerializer.h +++ b/Source/PuzzleSerializer.h | |||
@@ -65,6 +65,6 @@ private: | |||
65 | // Locations of non-grid points, i.e. dots, gaps, and endpoints | 65 | // Locations of non-grid points, i.e. dots, gaps, and endpoints |
66 | std::unordered_map<int, int> _extraLocations; | 66 | std::unordered_map<int, int> _extraLocations; |
67 | 67 | ||
68 | float MIN, MAX, INTERVAL, GAP_SIZE; | 68 | float MIN, MAX, INTERVAL; |
69 | int X_OFF, Y_OFF; | 69 | int X_OFF, Y_OFF; |
70 | }; | 70 | }; |