home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / STORM2.DMS / in.adf / Includes.LHA / proto / exec.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-09-07  |  366 b   |  16 lines

  1. #ifndef  PROTO_EXEC_H
  2. #define  PROTO_EXEC_H
  3.  
  4. #include <exec/types.h>
  5. #include <clib/exec_protos.h>
  6. #if defined(_USEOLDEXEC_) || !defined(__USE_SYSBASE)
  7. #include <pragmas/exec_pragmas.h>
  8. #else
  9. extern struct ExecBase *SysBase;
  10. #include <pragmas/exec_sysbase_pragmas.h>
  11. #endif
  12.  
  13. /*------ Common support library functions ---------*/
  14. #include <clib/alib_protos.h>
  15. #endif
  16.