home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff294.lzh / DNet / amiga / client / defs.h < prev    next >
C/C++ Source or Header  |  1989-12-11  |  536b  |  28 lines

  1.  
  2. /*
  3.  *  DEFS.H
  4.  */
  5.  
  6. #define NOEXT
  7.  
  8. #include <exec/types.h>
  9. #include <proto/all.h>
  10. #include <devices/conunit.h>
  11. #include <intuition/intuition.h>
  12. #include <dos.h>
  13.  
  14. #include "/dnet/dnet.h"
  15. #include "/dnet/channel.h"
  16. #include "/lib/dnetlib.h"
  17. #include "/server/servers.h"
  18.  
  19. typedef struct IntuiMessage IMESS;
  20. typedef struct IntuiText    ITEXT;
  21. typedef struct Menu        MENU;
  22. typedef struct MenuItem     ITEM;
  23. typedef struct TextAttr     TA;
  24. typedef struct TextFont     FONT;
  25. typedef struct Library        LIB;
  26. typedef struct FileInfoBlock FIB;
  27.  
  28.