Crossfire Server, Trunk
maze_gen.h
Go to the documentation of this file.
1 #ifndef _MAZE_GEN_H
2 #define _MAZE_GEN_H
3 
4 char **maze_gen(int xsize, int ysize, int option, int _unused_layers);
5 
6 #endif
maze_gen
char ** maze_gen(int xsize, int ysize, int option, int _unused_layers)
Definition: maze_gen.cpp:59
CFweardisguise.option
option
Definition: CFweardisguise.py:16