|
Crossfire Server, Branches 1.12
R18729
|
This graph shows which files directly or indirectly include this file: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 85 of file room_gen_onion.c.
Referenced by layoutgen().
Here is the caller graph for this function:| char** room_gen_cooridored | ( | int | xsize, |
| int | ysize, | ||
| int | option | ||
| ) |