aboutsummaryrefslogtreecommitdiff
path: root/src/maze_generator.h
blob: 21767032adafd50d08083487d1ef48d03c05c545 (plain)
1
2
3
4
5
6
7
8
#ifndef MAZE_GENERATOR_H
#define MAZE_GENERATOR_H

#include "maze.h"

int generate_maze(struct maze *maze);

#endif