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

Comparing deliantra/server/random_maps/floor.C (file contents):
Revision 1.27 by root, Sun Jul 4 22:12:26 2010 UTC vs.
Revision 1.28 by root, Sun Aug 22 20:23:06 2010 UTC

21 * 21 *
22 * The authors can be reached via e-mail to <support@deliantra.net> 22 * The authors can be reached via e-mail to <support@deliantra.net>
23 */ 23 */
24 24
25#include <global.h> 25#include <global.h>
26#include <random_map.h> 26#include <rmg.h>
27#include <rproto.h> 27#include <rproto.h>
28 28
29/* make a map and maze the floor. */ 29/* make a map and maze the floor. */
30void 30void
31maptile::make_map_floor (char **maze, const char *floorstyle, random_map_params *RP) 31maptile::make_map_floor (char **maze, const char *floorstyle, random_map_params *RP)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines