1 #ifndef FONTLIST_CLASS_H
2 #define FONTLIST_CLASS_H
4 #include <exec/types.h>
6 #define FONTLIST_MBASE TAG_USER
7 #define MUIM_FontList_AddDir (FONTLIST_MBASE + 1)
8 #define MUIM_FontList_AddEntry (FONTLIST_MBASE + 2)
10 struct MUI_CustomClass
*FontListClass
;
12 #define FontListObject NewObject(FontListClass->mcc_Class, NULL //)
14 struct MUIS_FontList_Entry
21 void CleanupFontListClass(void);
22 int InitFontListClass(void);