#ifndef MAZE_GENERATOR_H #define MAZE_GENERATOR_H #include "maze.h" int generate_maze(struct maze *maze); #endif