home *** CD-ROM | disk | FTP | other *** search
- #define FULLSIZE 256
-
- void far VidOn(void); // Turn VGA graphics on.
- void far VidOff(void); // Turn VGA graphics off.
- void far PutBlit(char far *blit,int xloc,int yloc);
- void far PutBlitSize(char far *blit,int xloc,int yloc,int size);
- void far VGAP(char far *pal,int start,int entries);
-