#ifndef XDISKFONT_PRO

#ifndef VFONT_VFONT_H
#include <vfont/vfont.h>
#endif

#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif

#ifndef DOS_DOS_DOS_H
#include <dos/dos.h>
#endif

typedef struct FontContentsHeader FontCH;

VFontClass  *XDFLoadDiskFont(struct FontContents *fc);
long         XDFSaveDiskFont(VFont *font, UBYTE *name, ULONG length);
FontCH      *XDFNewFontContents(BPTR fontsLock, STRPTR fontName);

#define XDISKFONT_PRO
#endif
