home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff350.lzh / TrackUtils / src / system.h < prev    next >
C/C++ Source or Header  |  1990-04-16  |  361b  |  16 lines

  1. #include <exec/types.h>
  2. #include <exec/ports.h>
  3. #include <exec/io.h>
  4. #include <exec/memory.h>
  5. #include <devices/trackdisk.h>
  6. #include <libraries/dos.h>
  7. #include <libraries/dosextens.h>
  8. #include <libraries/filehandler.h>
  9. #include <proto/exec.h>
  10. #include <proto/dos.h>
  11. #include <ctype.h>
  12. #include <string.h>
  13. #ifdef RAMBO
  14. #include <proto/expansion.h>
  15. #endif RAMBO
  16.