home *** CD-ROM | disk | FTP | other *** search
/ C++ Games Programming / CPPGAMES.ISO / digmid / real / video.h < prev   
Text File  |  1992-11-19  |  155b  |  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.