ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/random_maps/room_gen.h
Revision: 1.1.1.1 (vendor branch)
Committed: Fri Feb 3 07:14:22 2006 UTC (18 years, 4 months ago) by root
Content type: text/plain
Branch: UPSTREAM
CVS Tags: UPSTREAM_2006_02_03, rel-2_0, rel-2_1, UPSTREAM_2006_03_15, LAST_C_VERSION, UPSTREAM_2006_02_22, difficulty_fix_merge_060810_2300
Branch point for: difficulty_fix
Changes since 1.1: +0 -0 lines
Log Message:
initial import

File Contents

# Content
1
2
3 char **room_gen_cooridored(int xsize, int ysize, int option);
4 char **map_gen_onion(int xsize, int ysize, int option, int layers);