#include #include #include "Maze_generation.h" void build_maze( int, int ); int main() { Data_structures::build_maze( 16, 16 ); return 0; }