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

Comparing deliantra/server/random_maps/test.C (file contents):
Revision 1.2 by root, Sun Sep 10 16:06:37 2006 UTC vs.
Revision 1.3 by root, Thu Sep 14 22:34:03 2006 UTC

1#include <stdio.h> 1#include <stdio.h>
2#include <global.h> 2#include <global.h>
3#include <expand2x.h> 3#include <expand2x.h>
4
5 4
6/* this is a testing program for layouts. It's 5/* this is a testing program for layouts. It's
7 included here for convenience only. */ 6 included here for convenience only. */
8char **map_gen_spiral (int, int, int); 7char **map_gen_spiral (int, int, int);
9char **roguelike_layout_gen (int xsize, int ysize, int options); 8char **roguelike_layout_gen (int xsize, int ysize, int options);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines