| version 1.3 | | version 1.4 |
|---|
| | |
| * 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 |
| * | | * |
| | |
| | | |
| #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) |
| { | | { |