/*
 * MKSoft Development Amiga ToolKit V1.0
 *
 * Copyright (c) 1985,86,87,88,89,90 by MKSoft Development
 *
 */

/*
 * This file contains the TOPAZ80 default font for
 * global recognition...
 */

#ifndef	MKS_DEFAULTFONTS_H
#define	MKS_DEFAULTFONTS_H

#include	<exec/types.h>
#include	<graphics/text.h>

extern struct TextAttr TOPAZ80;
extern struct TextAttr TOPAZ60;

#endif	/* MKS_DEFAULTFONTS_H */
