home *** CD-ROM | disk | FTP | other *** search
/ WarCraft 2000 - Nuclear Epidemic / W2000.nrg / SOURCE.War2000 / Video.h < prev    next >
C/C++ Source or Header  |  1998-08-31  |  241b  |  7 lines

  1. extern MCIDEVICEID wAVIDeviceID;
  2. extern MCIDEVICEID wMIDDeviceID;
  3. void PlayAVI  (HWND hwnd,LPCSTR mfile);  
  4. void PlayMIDI (HWND hwnd,LPCSTR mfile);
  5. void CloseAVI (HWND hwnd);
  6. void CloseMIDI(HWND hwnd);
  7. LPSTR GetCDROMWithFile(LPSTR FN);