Crossfire Server, Trunk
|
Go to the source code of this file.
Functions | |
char ** | map_gen_onion (int xsize, int ysize, int option, int layers) |
char ** | room_gen_cooridored (int xsize, int ysize, int option) |
char** map_gen_onion | ( | int | xsize, |
int | ysize, | ||
int | option, | ||
int | layers | ||
) |
Generates an onion layout.
xsize | |
ysize | layout size. |
option | combination of OPT_xxx values. |
layers | number of layers the onion should have. |
Definition at line 70 of file room_gen_onion.cpp.
Referenced by layoutgen().
char** room_gen_cooridored | ( | int | xsize, |
int | ysize, | ||
int | option | ||
) |