home *** CD-ROM | disk | FTP | other *** search
/ Large Pack of OldSkool DOS MOD Trackers / ht12_m68k.lha / HivelyTracker / Replayer / src / include / proto / ahi.h < prev   
Encoding:
C/C++ Source or Header  |  2006-11-11  |  377 b   |  22 lines

  1. #ifndef _PROTO_AHI_H
  2. #define _PROTO_AHI_H
  3.  
  4. #ifndef EXEC_TYPES_H
  5. #include <exec/types.h>
  6. #endif
  7. #if !defined(CLIB_AHI_PROTOS_H) && !defined(__GNUC__)
  8. #include <clib/ahi_protos.h>
  9. #endif
  10.  
  11. #ifndef __NOLIBBASE__
  12. extern struct Library *AHIBase;
  13. #endif
  14.  
  15. #ifdef __GNUC__
  16. #include <inline/ahi.h>
  17. #elif !defined(__VBCC__)
  18. #include <pragma/ahi_lib.h>
  19. #endif
  20.  
  21. #endif    /*  _PROTO_AHI_H  */
  22.