home *** CD-ROM | disk | FTP | other *** search
/ Amiga Times / AmigaTimes.iso / programme / GoldED / developer / examples / syntax / example_simple / defs.h next >
Encoding:
C/C++ Source or Header  |  1998-10-06  |  484 b   |  20 lines

  1. #include <exec/types.h>
  2. #include <exec/ports.h>
  3. #include <exec/semaphores.h>
  4. #include <exec/libraries.h>
  5. #include <dos/dos.h>
  6. #include <exec/memory.h>
  7. #include <clib/exec_protos.h>
  8. #include <clib/alib_protos.h>
  9. #include <string.h>
  10.  
  11. #define LibCall    __geta4 __regargs
  12. #define Prototype  extern
  13.  
  14. #include "golded:developer/golded/include/golded.h"
  15. #include "golded:developer/syntax/include/scanlib.h"
  16. #include "o/lib-protos.h"
  17.  
  18. extern const char LibName[];
  19. extern const char LibId[];
  20.