home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_GEN / FACETV.ZIP / SCREEN.H < prev    next >
C/C++ Source or Header  |  1993-10-07  |  513b  |  21 lines

  1. /************************************************************************
  2. **
  3. ** @(#)screen.h        10/07/93    Chris Ahlstrom
  4. **
  5. **    For backward compatibility, just includes a couple of
  6. ** header files for modules that have supplanted screen.c.
  7. **
  8. *************************************************************************/
  9.  
  10.  
  11. #ifndef SCREEN_h            /* { SCREEN_h            */
  12. #define SCREEN_h
  13.  
  14. #include <graphics.h>
  15.  
  16. #include "bios_vid.h"
  17. #include "grafxlog.h"
  18. #include "grafxscr.h"
  19.  
  20. #endif                    /* } SCREEN_h            */
  21.