home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 215.lha / AmyLoad / execdef.h < prev    next >
Text File  |  1996-02-14  |  255b  |  14 lines

  1. #undef TRUE
  2. #undef FALSE
  3. typedef char Bool;
  4. #define TRUE  (Bool)1
  5. #define FALSE (Bool)0
  6. typedef struct MinNode MinNode;
  7. typedef struct MinList MinList;
  8. typedef struct MsgPort MsgPort;
  9. typedef struct IORequest IORequest;
  10. typedef struct Library Library;
  11.  
  12.  
  13.  
  14.