home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d569 / trackmaster.lha / TrackMaster / src / tm.h < prev   
C/C++ Source or Header  |  1991-11-21  |  299b  |  17 lines

  1.  
  2. #include <stdlib.h>
  3. #include <stdio.h>
  4. #include <string.h>
  5. #include <ctype.h>
  6. #include <proto/exec.h>
  7. #include <proto/dos.h>
  8. #include <proto/asl.h>
  9.  
  10. #include <exec/exec.h>
  11. #include <devices/trackdisk.h>
  12.  
  13. #include "work:libs/lhlib/lhlib.h"
  14.  
  15. typedef struct Offsetpair { LONG offset,length; } OPAIR;
  16.  
  17.