ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/random_maps/room_gen.h
Revision: 1.1
Committed: Fri Feb 3 07:14:22 2006 UTC (18 years, 4 months ago) by root
Content type: text/plain
Branch: MAIN
Branch point for: UPSTREAM
Log Message:
Initial revision

File Contents

# User Rev Content
1 root 1.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);