Crossfire Server, Trunk
room_gen.h
Go to the documentation of this file.
1
#ifndef _ROOM_GEN_H
2
#define _ROOM_GEN_H
3
4
char
**
map_gen_onion
(
int
xsize,
int
ysize,
int
option
,
int
layers);
5
char
**
room_gen_cooridored
(
int
xsize,
int
ysize,
int
option
);
6
7
#endif
map_gen_onion
char ** map_gen_onion(int xsize, int ysize, int option, int layers)
Definition:
room_gen_onion.cpp:70
room_gen_cooridored
char ** room_gen_cooridored(int xsize, int ysize, int option)
CFweardisguise.option
option
Definition:
CFweardisguise.py:16
crossfire-crossfire-server
include
random_maps
room_gen.h
Generated by
1.8.17