Difference for random_maps/square_spiral.c from version 1.1 to 1.2


version 1.1 version 1.2
Line 16
 
Line 16
 #include <global.h>  #include <global.h>
 #include <time.h>  #include <time.h>
   
   #ifdef WIN32 // ---win32: removes a make_wall warning, modul miss prototyp
   #include <maze_gen.h>
   #include <room_gen.h>
   #include <random_map.h>
   #include <rproto.h>
   #include <sproto.h>
   #endif // win32
   
 #if 0  #if 0
   
 int make_wall(char **maze,int x, int y, int dir){  int make_wall(char **maze,int x, int y, int dir){


Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:57