home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1998 #4 / amigaacscoverdisc1998-041998.iso / utilities / shareware / dev / vbcc / machines / amiga68k / include / proto / exec.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-12-30  |  201 b   |  10 lines

  1. #ifndef  PROTO_EXEC_H
  2. #define  PROTO_EXEC_H
  3.  
  4. #include <exec/types.h>
  5. #include <clib/exec_protos.h>
  6. #include <inline/exec_protos.h>
  7. #include <clib/alib_protos.h>
  8. extern struct ExecBase *SysBase;
  9. #endif
  10.