home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / df3os2.zip / SPEAKER.H < prev    next >
C/C++ Source or Header  |  1993-09-21  |  180b  |  18 lines

  1. // --------- speaker.h
  2.  
  3. #ifndef SPEAKER_H
  4. #define SPEAKER_H
  5.  
  6. #define INCL_BASE
  7. #include <os2.h>
  8.  
  9. class Speaker    
  10.     {
  11. public:
  12.     void Beep();
  13.     };
  14.  
  15. #endif
  16.  
  17.  
  18.