use for all targets
[AROS.git] / workbench / prefs / serial / sereditor.h
blobd3f15a8e78b43ba4dad06af6308561d99815e9d8
1 #ifndef _SEREDITOR_H_
2 #define _SEREDITOR_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_SerEditor (TAG_USER | 0x10000000)
15 /*** Variables **************************************************************/
16 extern struct MUI_CustomClass *SerEditor_CLASS;
18 /*** Macros *****************************************************************/
19 #define SerEditorObject BOOPSIOBJMACRO_START(SerEditor_CLASS->mcc_Class)
21 #endif /* _SEREDITOR_H_ */