| version 1.5 | | version 1.6 |
|---|
| | |
| * Routines for bitblt's. | | * Routines for bitblt's. |
| * | | * |
| * $Log$ | | * $Log$ |
| | | * Revision 1.6 1999/10/07 02:27:13 donut |
| | | * OGL includes to remove warnings |
| | | * |
| * Revision 1.5 1999/09/30 23:02:26 donut | | * Revision 1.5 1999/09/30 23:02:26 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 "rle.h" | | #include "rle.h" |
| #include "mono.h" | | #include "mono.h" |
| #include "error.h" | | #include "error.h" |
| | | |
| | | #ifdef OGL |
| | | #include "ogl_init.h" |
| | | #endif |
| | | |
| int gr_bitblt_dest_step_shift = 0; | | int gr_bitblt_dest_step_shift = 0; |
| int gr_bitblt_double = 0; | | int gr_bitblt_double = 0; |