about summary refs log tree commit diff stats
path: root/Source/PuzzlerSerializer.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/PuzzlerSerializer.h')
-rw-r--r--Source/PuzzlerSerializer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/PuzzlerSerializer.h b/Source/PuzzlerSerializer.h index a3d821c..d9b9edd 100644 --- a/Source/PuzzlerSerializer.h +++ b/Source/PuzzlerSerializer.h
@@ -53,9 +53,9 @@ private:
53 std::shared_ptr<Memory> _memory; 53 std::shared_ptr<Memory> _memory;
54 54
55 std::vector<float> _intersectionLocations; 55 std::vector<float> _intersectionLocations;
56 std::vector<int> _intersectionFlags; 56 std::vector<int> _intersectionFlags;
57 std::vector<int> _connectionsA; 57 std::vector<int> _connectionsA;
58 std::vector<int> _connectionsB; 58 std::vector<int> _connectionsB;
59 std::vector<std::tuple<int, int, int>> _endpointLocations; 59 std::vector<std::tuple<int, int, int>> _endpointLocations;
60 60
61 float MIN, MAX, WIDTH_INTERVAL, HEIGHT_INTERVAL, HORIZ_GAP_SIZE, VERTI_GAP_SIZE; 61 float MIN, MAX, WIDTH_INTERVAL, HEIGHT_INTERVAL, HORIZ_GAP_SIZE, VERTI_GAP_SIZE;