home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / flying-6.11 / xsound.h < prev   
Encoding:
C/C++ Source or Header  |  1995-06-30  |  163 b   |  9 lines

  1. #ifndef _xsound_h
  2. #define _xsound_h
  3.  
  4. void init_sound( char *disp_name );
  5. void end_sound();
  6. void do_sound( int pitch, int percent, int duration, int pri );
  7.  
  8. #endif
  9.