home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / screen / stest / video.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-12-22  |  294 b   |  8 lines

  1. #define FULLSIZE 256
  2.  
  3. void far VidOn(void); // Turn VGA graphics on.
  4. void far VidOff(void); // Turn VGA graphics off.
  5. void far PutBlit(char far *blit,int xloc,int yloc);
  6. void far PutBlitSize(char far *blit,int xloc,int yloc,int size);
  7. void far VGAP(char far *pal,int start,int entries);
  8.