Difference for 3d/setup.c from version 1.2 to 1.3


version 1.2 version 1.3
Line 19
 
Line 19
  * Setup for 3d library   * Setup for 3d library
  *    *
  * $Log$   * $Log$
    * Revision 1.3  1999/10/07 02:27:14  donut
    * OGL includes to remove warnings
    *
  * Revision 1.2  1999/09/21 04:05:55  donut   * Revision 1.2  1999/09/21 04:05:55  donut
  * mostly complete OGL implementation (still needs bitmap handling (reticle), and door/fan textures are corrupt)   * mostly complete OGL implementation (still needs bitmap handling (reticle), and door/fan textures are corrupt)
  *   *
Line 56
 
Line 59
 #include "globvars.h"  #include "globvars.h"
 #include "clipper.h"  #include "clipper.h"
 //#include "div0.h"  //#include "div0.h"
   
   #ifdef OGL
   #include "ogl_init.h"
   #endif
   
 //initialize the 3d system  //initialize the 3d system
 void g3_init(void)  void g3_init(void)

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