home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / amiga / modelers / chmsthtc / chmsthtc.lzh / Chemesthetics / Source / Source.LZH / pre.c < prev    next >
Encoding:
C/C++ Source or Header  |  1991-10-06  |  601 b   |  22 lines

  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <string.h>
  4. #include <libraries/mathffp.h>
  5. #include <intuition/intuitionbase.h>
  6. #include <graphics/gfxbase.h>
  7. #include <libraries/dosextens.h>
  8. #include <libraries/arpbase.h>
  9. #include <libraries/reqbase.h>
  10. #include <clib/req_protos.h>
  11. #include <req.h>             /* enthΣlt #pragmas fⁿr req.library */
  12. #include <exec/execbase.h>
  13. #include <exec/memory.h>
  14. #include <workbench/workbench.h>
  15. #include <workbench/icon.h>
  16. #include <time.h>
  17. #include <proto/dos.h>
  18. #include <proto/exec.h>
  19. #include <proto/intuition.h>
  20. #include <proto/graphics.h>
  21. #include <mtwx_defs.h>
  22.