home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / dev / fetchrefs-1.1.lha / FetchRefs / Source / FetchRefs / defs.h next >
Encoding:
C/C++ Source or Header  |  1994-10-30  |  1.1 KB  |  34 lines

  1. /**************************************************************************/
  2. /* defs.h - do all including; this file is stored preprocessed            */
  3. /**************************************************************************/
  4.  
  5. #include <clib/alib_protos.h>
  6. #include <clib/dos_protos.h>
  7. #include <clib/exec_protos.h>
  8. #include <clib/gadtools_protos.h>
  9. #include <clib/iffparse_protos.h>
  10. #include <clib/icon_protos.h>
  11. #include <clib/intuition_protos.h>
  12. #include <clib/sortlist_protos.h>
  13. #include <dos/dosextens.h>
  14. #include <dos/dosasl.h>
  15. #include <dos/dostags.h>
  16. #include <dos/rdargs.h>
  17. #include <exec/memory.h>
  18. #include <intuition/intuition.h>
  19. #include <intuition/intuitionbase.h>
  20. #include <lib/rexx.h>
  21. #include <libraries/gadtools.h>
  22. #include <libraries/iffparse.h>
  23. #include <workbench/icon.h>
  24. #include <workbench/startup.h>
  25. #include <string.h>
  26. #include <stdarg.h>
  27. #include <stdlib.h>
  28.  
  29. /* They forgot this one in my 2.0 includes (resides in amiga.lib): */
  30. __stkargs LONG SetRexxVar( struct Message *rexxmsg, UBYTE *name, UBYTE *value, long length );
  31.  
  32. /* DICE supported */
  33. extern _waitwbmsg(void);
  34.