#include "data_structure.h"#include "libft.h"#include "maze.h"#include <malloc.h>#include <time.h>
Functions | |
| int | cub_growing_tree (t_map_raoul *map) |
| Cub3D Maze Generator, uses dimensions from gen, store them in map and create a random perfect maze. | |