|
Crossfire Server, Branches 1.12
R18729
|
Include dependency graph for snake.c:Go to the source code of this file.
Functions | |
| char ** | make_snake_layout (int xsize, int ysize) |
Snake-like layout generator.
Definition in file snake.c.
| char** make_snake_layout | ( | int | xsize, |
| int | ysize | ||
| ) |
Generate a snake-like layout.
| xsize | |
| ysize | layout size. |
Definition at line 20 of file snake.c.
Referenced by layoutgen().
Here is the caller graph for this function: