home *** CD-ROM | disk | FTP | other *** search
/ CD-X 1 / cdx_01.iso / demodisc / basq / dualmodp / sdi_sb16.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-04  |  460 b   |  25 lines

  1. // ************************************************************************
  2. // *
  3. // *    File        : SDI_SB16.H
  4. // *
  5. // *    Description : Header for SB16 SDI
  6. // *
  7. // *    Copyright (C) 1993 Otto Chrons
  8. // *
  9. // ************************************************************************
  10.  
  11. #ifndef __DEF_SDISB16
  12. #define __DEF_SDISB16
  13.  
  14. #ifdef __cplusplus
  15. extern "C" {
  16. #endif
  17.  
  18. void cdecl SDI_SB16(void);
  19.  
  20. #ifdef __cplusplus
  21. }
  22. #endif
  23.  
  24. #endif
  25.