home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / c / dmkit / real / video.h < prev    next >
Encoding:
Text File  |  1992-11-19  |  155 b   |  4 lines

  1. void far VidOn(void); // Turn VGA graphics on.
  2. void far VidOff(void); // Turn VGA graphics off.
  3. void far DrawSound(char far *sound,int slen,int color);
  4.