1 #ifndef FONTWINDOW_CLASS_H
2 #define FONTWINDOW_CLASS_H
4 #define FONTWINDOW_BASE TAG_USER
5 #define MUIA_FontWindow_Filename (FONTWINDOW_BASE + 1)
7 struct MUI_CustomClass
*FontWindowClass
;
9 #define FontWindowObject NewObject(FontWindowClass->mcc_Class, NULL //)
11 struct Hook CloseWinHook
;
13 void CleanupFontWindowClass(void);
14 int InitFontWindowClass(void);