- Update stm32f7_discovery target description
[AROS.git] / workbench / system / AboutAROS / aboutaros.h
blobd068a7fff696ebf61f9c02c0b0bfa268d832d31a
1 #ifndef _ABOUTAROS_H_
2 #define _ABOUTAROS_H_
4 /*
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.
9 $Id$
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_ */