Difference for 2d/line.c from version 1.2 to 1.3


version 1.2 version 1.3
Line 19
 
Line 19
  * Graphical routines for drawing lines.   * Graphical routines for drawing lines.
  *   *
  * $Log$   * $Log$
    * Revision 1.3  1999/10/07 02:27:14  donut
    * OGL includes to remove warnings
    *
  * Revision 1.2  1999/09/30 23:02:27  donut   * Revision 1.2  1999/09/30 23:02:27  donut
  * opengl direct support for ingame and normal menus, fonts as textures, and automap support   * opengl direct support for ingame and normal menus, fonts as textures, and automap support
  *   *
Line 72
 
Line 75
 #ifdef __MSDOS__  #ifdef __MSDOS__
 #include "modex.h"  #include "modex.h"
 #endif  #endif
   #ifdef OGL
   #include "ogl_init.h"
   #endif
   
   
 /*  /*
 Symmetric Double Step Line Algorithm  Symmetric Double Step Line Algorithm

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