milsko/include/Mw/Font.h

18 lines
211 B
C
Raw Normal View History

/* $Id$ */
#ifndef __MW_FONT_H__
#define __MW_FONT_H__
#include <Mw/MachDep.h>
#include <Mw/TypeDefs.h>
#ifdef __cplusplus
extern "C" {
#endif
MWDECL MwFont MwFontData[];
#ifdef __cplusplus
}
#endif
#endif