home *** CD-ROM | disk | FTP | other *** search
/ GRIPS 2: Government Rast…rocessing Software & Data / GRIPS_2.cdr / dos / imdisp / source / evgaio.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-07-16  |  458 b   |  21 lines

  1. /****  EVGAIO.H
  2.  
  3.        Header file for EVGAIO.H
  4.        Built by A. Warnock, ST Systems Corp., NASA/GSFC 5/90
  5.  
  6. ****/
  7.  
  8. /* Function declarations for EVGAIO.C */
  9.  
  10. typedef unsigned char   byte;
  11. typedef unsigned int    word;
  12.  
  13. /* * * *  External Function Prototypes * * * */
  14.  
  15. extern void EVGASetPage( byte);
  16. extern void EVGAWritePixelEGA( int, int, byte, int);
  17. extern void EVGAClearDisplay( int);
  18.  
  19. /* * * *  External Global Variables * * * */
  20.  
  21.