diff options
Diffstat (limited to 'src/maze.hpp')
-rw-r--r-- | src/maze.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/maze.hpp b/src/maze.hpp index 106e347..f343010 100644 --- a/src/maze.hpp +++ b/src/maze.hpp @@ -19,4 +19,3 @@ void matrix_to_maze(Matrix<Element> *matrix, std::shared_ptr<Vector2> start_pos, Element space_element, std::mt19937 random_gen); #include "maze.tpp" - |