ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/random_maps/rproto.h
(Generate patch)

Comparing deliantra/server/random_maps/rproto.h (file contents):
Revision 1.28 by root, Sun Jul 4 22:12:26 2010 UTC vs.
Revision 1.29 by root, Mon Jul 5 00:07:21 2010 UTC

48extern int wall_blocked (maptile *m, int x, int y); 48extern int wall_blocked (maptile *m, int x, int y);
49extern void place_treasure (maptile *map, layout &maze, const char *treasure_style, int treasureoptions, random_map_params *RP); 49extern void place_treasure (maptile *map, layout &maze, const char *treasure_style, int treasureoptions, random_map_params *RP);
50/* special.c */ 50/* special.c */
51extern void place_specials_in_map (maptile *map, layout &maze, random_map_params *RP); 51extern void place_specials_in_map (maptile *map, layout &maze, random_map_params *RP);
52/* rogue_layout.c */ 52/* rogue_layout.c */
53extern int surround_check (layout &maze, int i, int j, int Xsize, int Ysize); 53extern int surround_check (layout &maze, int i, int j);
54extern void roguelike_layout_gen (layout &maze, int options); 54extern void roguelike_layout_gen (layout &maze, int options);
55/* snake.c */ 55/* snake.c */
56extern void make_snake_layout (layout &maze, int options); 56extern void make_snake_layout (layout &maze, int options);
57/* square_spiral.c */ 57/* square_spiral.c */
58extern void make_square_spiral_layout (layout &maze, int options); 58extern void make_square_spiral_layout (layout &maze, int options);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines