home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 522.lha / CpuBlit_v1.0 / src / system.h < prev   
C/C++ Source or Header  |  1991-06-09  |  356b  |  14 lines

  1. #include <exec/types.h>
  2. #include <exec/execbase.h>
  3. #include <libraries/dos.h>
  4. #include <libraries/dosextens.h>
  5. #include <intuition/intuition.h>
  6. #include <workbench/startup.h>
  7. #include <workbench/workbench.h>
  8. #include <proto/exec.h>
  9. #include <proto/dos.h>
  10. #include <proto/graphics.h>
  11. #include <proto/intuition.h>
  12. #include <proto/icon.h>
  13. #include <string.h>
  14.