home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff218.lzh / Mandel / src / Dummy.c < prev    next >
C/C++ Source or Header  |  1989-06-04  |  749b  |  28 lines

  1. /**************************************************************************
  2. *
  3. * Include all necessary include-files for Mandel here.
  4. * Using the MANX +H<filename> option, compile it into a single, compacted
  5. * include-file, which can be used by all other compiles using the
  6. * +I<filename> option.
  7. *
  8. * THIS IS A GREAT DEAL    F A S T E R !!!
  9. *
  10. *************************************************************************/
  11.  
  12. #include <exec/types.h>
  13. #include <exec/devices.h>
  14. #include <exec/memory.h>
  15. #include <exec/semaphores.h>
  16.  
  17. #include <graphics/gels.h>
  18. #include <graphics/copper.h>
  19. #include <graphics/regions.h>
  20.  
  21. #include <devices/keymap.h>
  22.  
  23. #include <libraries/dos.h>
  24. #include <libraries/dosextens.h>
  25.  
  26. #include <intuition/intuition.h>
  27. #include <stdio.h>
  28.