home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Science / Science.zip / imdisp79.zip / EVGAIO.H < prev    next >
C/C++ Source or Header  |  1993-01-20  |  516b  |  22 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 EVGAWritePixel256( int x, int y, int color);
  16. extern void EVGASetPage( byte);
  17. extern void EVGAWritePixelEGA( int, int, byte, int);
  18. extern void EVGAClearDisplay( int);
  19.  
  20. /* * * *  External Global Variables * * * */
  21.  
  22.