fix config file path
[AROS.git] / workbench / prefs / font / fpeditor.h
blob66ada9a5d870eca401cf978a8ab8ff9f4e51f31d
1 #ifndef _FPEDITOR_H_
2 #define _FPEDITOR_H_
4 /*
5 Copyright © 2004, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 #include <exec/types.h>
10 #include <libraries/mui.h>
12 /*** Identifier base ********************************************************/
13 #define MUIB_FPEditor (TAG_USER | 0x10000000)
15 /*** Variables **************************************************************/
16 extern struct MUI_CustomClass *FPEditor_CLASS;
18 /*** Macros *****************************************************************/
19 #define FPEditorObject BOOPSIOBJMACRO_START(FPEditor_CLASS->mcc_Class)
21 #endif /* _FWPEDITOR_H_ */