| version 1.2 | | version 1.3 |
|---|
| | |
| * 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 |
| * | | * |
| | |
| #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 |