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


version 1.2 version 1.3
Line 19
 
Line 19
  * Graphical routines for setting a pixel.   * Graphical routines for setting a pixel.
  *   *
  * $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 49
 
Line 52
 #include "grdef.h"  #include "grdef.h"
 #include "vesa.h"  #include "vesa.h"
 #include "modex.h"  #include "modex.h"
   #ifdef OGL
   #include "ogl_init.h"
   #endif
   
   
 #ifndef D1XD3D  #ifndef D1XD3D

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