Difference for main/automap.c from version 1.2 to 1.3


version 1.2 version 1.3
Line 16
 
Line 16
 #include <string.h>  #include <string.h>
 #include <math.h>  #include <math.h>
   
   #ifdef OGL
   #include "ogl_init.h"
   #endif
   
 #include "error.h"  #include "error.h"
 #include "3d.h"  #include "3d.h"
 #include "inferno.h"  #include "inferno.h"

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