|
Crossfire Server, Branch 1.12
R12190
|

Go to the source code of this file.
Functions | |
| char ** | map_gen_onion (int xsize, int ysize, int option, int layers) |
| Generates an onion layout. | |
| 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(), and make_square_spiral_layout().

| char** room_gen_cooridored | ( | int | xsize, |
| int | ysize, | ||
| int | option | ||
| ) |
1.7.6.1