5 Copyright © 2004, The AROS Development Team. All rights reserved.
9 #include <exec/types.h>
10 #include <libraries/mui.h>
12 /*** Identifier base ********************************************************/
13 #define MUIB_BibEditor (TAG_USER | 0x10000000)
15 /*** Variables **************************************************************/
16 extern struct MUI_CustomClass
*BibEditor_CLASS
;
18 /*** Macros *****************************************************************/
19 #define BibEditorObject BOOPSIOBJMACRO_START(BibEditor_CLASS->mcc_Class)
21 #endif /* _SEREDITOR_H_ */