home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / grafik / cbgi111 / src / tecmar / tecline.c < prev    next >
Encoding:
C/C++ Source or Header  |  1990-07-03  |  577 b   |  11 lines

  1. /***************************** LINE *************************************/
  2. /*    This module is a little more bizzare than usual.  It contains    */
  3. /*  no code, instead the code is included in a header file. This is     */
  4. /*  because the code itself is identical for all bitmapped devices.      */
  5. /*  Only several macros need to be changed.                */
  6. /************************************************************************/
  7. #include "bgi.h"        /* General driver info.            */
  8. #include "tecmar.h"        /* Driver specific info.        */
  9. #include "bgipline.h"        /* Actual line drawing code.        */
  10.  
  11.