home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource5 / 315_01 / sound.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-05-16  |  275 b   |  12 lines

  1.  
  2. /* sound.h is the header for sound.c function declarations */
  3.  
  4. #ifndef SOUND_H
  5. #define SOUND_H
  6.  
  7. void sound(), pause(), beep_beep(), blaat(), error_msg(), ready_beep();
  8. void alternate_warning_sound(), mouse_warning_sound();
  9. unsigned long int read_timer();
  10.  
  11. #endif
  12.