home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / guis / iedit / developer / expanders / defs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-23  |  804 b   |  34 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 DOS_DOS_H
  8. #include <dos/dos.h>
  9. #endif
  10. #ifndef EXEC_MEMORY_H
  11. #include <exec/memory.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 PRAGMAS_DOS_PRAGMAS_H
  20. #include <pragmas/dos_pragmas.h>
  21. #endif
  22. #include <string.h>
  23.  
  24. #include "DEV_IE:Include/IEditor.h"
  25. #include "DEV_IE:Include/expanders.h"
  26. #include "DEV_IE:Include/expanders-protos.h"
  27. #include "DEV_IE:Include/generatorlib.h"
  28.  
  29. extern const unsigned char      LibName[];
  30. extern const unsigned char      LibId[];
  31. extern struct ExecBase         *SysBase;
  32. extern struct Expander         *LibBase;
  33. extern UBYTE                   *Desc;
  34.