home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / c / dmkit / flat / video.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-31  |  178 b   |  4 lines

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