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


version 1.2 version 1.3
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   #ifdef WIN32 /* ---win32: removes a make_wall warning, modul miss prototyp */
 #include <maze_gen.h>  #include <maze_gen.h>
 #include <room_gen.h>  #include <room_gen.h>
 #include <random_map.h>  #include <random_map.h>
 #include <rproto.h>  #include <rproto.h>
 #include <sproto.h>  #include <sproto.h>
 #endif // win32  #endif /* win32 */
   
 #if 0  #if 0
   


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

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