|
Crossfire Server, Branches 1.12
R18729
|
#include <stdio.h>
Include dependency graph for maps.c:Go to the source code of this file.
Macros | |
| #define | MAX(x, y) ((x) > (y) ? (x) : (y)) |
| #define | MIN(x, y) ((x) < (y) ? (x) : (y)) |
Functions | |
| int | main (void) |