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

  1. // ************************************************************************
  2. // *
  3. // *    File        : SDI_SB.H
  4. // *
  5. // *    Description : Header for SB (Pro) specific routines in MCP
  6. // *
  7. // *    Copyright (C) 1992 Otto Chrons
  8. // *
  9. // ************************************************************************
  10.  
  11. #ifdef __cplusplus
  12. extern "C" {
  13. #endif
  14.  
  15. void cdecl SDI_SB(void);
  16. void cdecl SDI_SBPro(void);
  17.  
  18. #ifdef __cplusplus
  19. }
  20. #endif
  21.