Difference for 2d/rect.c from version 1.3 to 1.4


version 1.3 version 1.4
Line 19
 
Line 19
  * Graphical routines for drawing rectangles.   * Graphical routines for drawing rectangles.
  *   *
  * $Log$   * $Log$
    * Revision 1.4  1999/10/07 02:27:14  donut
    * OGL includes to remove warnings
    *
  * Revision 1.3  1999/09/30 23:02:27  donut   * Revision 1.3  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 45
 
Line 48
   
 #include "gr.h"  #include "gr.h"
 #include "grdef.h"  #include "grdef.h"
   
   #ifdef OGL
   #include "ogl_init.h"
   #endif
   
   
 void gr_urect(int left,int top,int right,int bot)  void gr_urect(int left,int top,int right,int bot)
 {  {

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