home *** CD-ROM | disk | FTP | other *** search
/ Sound, Music & MIDI Collection 2 / SMMVOL2.bin / MIDI_PAT / MTOOLS.ZIP / PLAYRDEV.EXE / PLAYRINT.H < prev    next >
Encoding:
C/C++ Source or Header  |  1992-11-07  |  249 b   |  10 lines

  1. /* Include file for Play/R application interface */
  2.  
  3. int checkres ();
  4. void callplayr ();
  5.  
  6. #if !defined(LOCAL)
  7. extern char param [64];                /* Parameter block */
  8. extern int idnum;                      /* Play/R id number */
  9. #endif
  10.