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

  1. // ************************************************************************
  2. // *
  3. // *    File        : DETARIA.H
  4. // *
  5. // *    Description : Detection routine for Aria cards
  6. // *
  7. // *    Copyright (C) 1993 Otto Chrons
  8. // *
  9. // ************************************************************************
  10.  
  11. #ifndef __DEF_DETECTARIA
  12. #define __DEF_DETECTARIA
  13.  
  14. #ifndef __DEF_MCP
  15. #include "mcp.h"
  16. #endif
  17.  
  18. #ifdef __cplusplus
  19. extern "C" {
  20. #endif
  21.  
  22. int cdecl detectAria( SOUNDCARD *sCard );
  23.  
  24. #ifdef __cplusplus
  25. }
  26. #endif
  27.  
  28. #endif
  29.