home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / programmieren / gui / ieditor / loaders / defs.h next >
Encoding:
C/C++ Source or Header  |  1997-06-17  |  680 b   |  33 lines

  1. #ifndef EXEC_TYPES_H
  2. #include <exec/types.h>
  3. #endif
  4. #ifndef EXEC_LIBRARIES_H
  5. #include <exec/libraries.h>
  6. #endif
  7. #ifndef EXEC_MEMORY_H
  8. #include <exec/memory.h>
  9. #endif
  10. #ifndef DOS_DOS_H
  11. #include <dos/dos.h>
  12. #endif
  13. #ifndef CLIB_EXEC_PROTOS_H
  14. #include <clib/exec_protos.h>
  15. #endif
  16. #ifndef PRAGMAS_EXEC_PRAGMAS_H
  17. #include <pragmas/exec_pragmas.h>
  18. #endif
  19. #ifndef CTYPE_H
  20. #include <ctype.h>
  21. #endif
  22. #ifndef STRING_H
  23. #include <string.h>
  24. #endif
  25.  
  26. #include "DEV_IE:Include/IEditor.h"
  27. #include "DEV_IE:Include/loaderlib.h"
  28. #include "DEV_IE:Include/loaderlib-protos.h"
  29.  
  30. extern const unsigned char      LibName[];
  31. extern const unsigned char      LibId[];
  32. extern struct ExecBase         *SysBase;
  33.