home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c005 / 4.ddi / C / BV.C < prev    next >
Encoding:
C/C++ Source or Header  |  1986-08-05  |  735 b   |  30 lines

  1. /**
  2. *
  3. * BV.C        Source for BIOS Video versions of GV functions:
  4. *
  5. *        GVATRECT
  6. *        GVHORIZ
  7. *        GVRDRECT
  8. *        GVSCROLL
  9. *        GVWRRECT
  10. *
  11. *        This produces a combined object module which defines
  12. *        all five functions.
  13. *
  14. * Version    3.0  (C)Copyright Blaise Computing Inc. 1986
  15. *
  16. **/
  17.  
  18. #include <bbiosvid.h>          /* Note:    BBIOSVID.H defines symbol     */
  19.                   /* DEF_BGENVID, thus preventing the     */
  20.                   /* definitions from being read again.   */
  21.                   /* This prevention also applies to      */
  22.                   /* BGENVID.H which is included by the   */
  23.                   /* following C source modules.          */
  24.  
  25. #include "gvatrect.c"
  26. #include "gvhoriz.c"
  27. #include "gvrdrect.c"
  28. #include "gvscroll.c"
  29. #include "gvwrrect.c"
  30.