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