#pragma once #include "matrix.hpp" #include "map.hpp" namespace maze { void recursive_div(matrix::Matrix& map, std::vector& rooms); }