
/*
 *  DEFS.H
 */

#define NOEXT

#include <exec/types.h>
#include <proto/all.h>
#include <devices/conunit.h>
#include <intuition/intuition.h>
#include <dos.h>

#include "/dnet/dnet.h"
#include "/dnet/channel.h"
#include "/lib/dnetlib.h"
#include "/server/servers.h"

typedef struct IntuiMessage IMESS;
typedef struct IntuiText    ITEXT;
typedef struct Menu	    MENU;
typedef struct MenuItem     ITEM;
typedef struct TextAttr     TA;
typedef struct TextFont     FONT;
typedef struct Library	    LIB;
typedef struct FileInfoBlock FIB;

