5 Copyright © 2003-2004, The AROS Development Team. All rights reserved.
6 This file is part of the About program, which is distributed under
7 the terms of version 2 of the GNU General Public License.
12 #include <exec/types.h>
13 #include <libraries/mui.h>
15 /*** Variables **************************************************************/
16 extern struct MUI_CustomClass
*AboutAROS_CLASS
;
18 /*** Macros *****************************************************************/
19 #define AboutAROSObject BOOPSIOBJMACRO_START(AboutAROS_CLASS->mcc_Class)
22 #endif /* _ABOUTAROS_H_ */