home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / desk / core / Desk / h / Sound < prev    next >
Encoding:
Text File  |  1997-05-20  |  160 b   |  12 lines

  1.  
  2. #ifndef __Desk_Sound_h
  3. #define __Desk_Sound_h
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. extern void Desk_Sound_SysBeep(void);
  8. #ifdef __cplusplus
  9. }
  10. #endif
  11. #endif
  12.