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

Comparing deliantra/server/random_maps/rogue_layout.C (file contents):
Revision 1.17 by root, Mon Jul 5 00:07:21 2010 UTC vs.
Revision 1.18 by root, Sun Aug 22 20:23:06 2010 UTC

21 * The authors can be reached via e-mail to <support@deliantra.net> 21 * The authors can be reached via e-mail to <support@deliantra.net>
22 */ 22 */
23 23
24/* generate a rogue/nethack-like maze */ 24/* generate a rogue/nethack-like maze */
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
29typedef struct 29typedef struct
30{ 30{
31 int x; 31 int x;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines