server-1.12/random_maps/maze_gen.h

3 lines
117 B
C

/*#include <random_map.h> */
char **maze_gen(int xsize, int ysize, int option); /* the outside interface routine */