arch/cpu.resource: remove dead code
[AROS.git] / workbench / classes / zune / iconimage / iconimage.h
blob5e1dca2b2b3d85444f9965ff193f75e0df6614aa
1 #ifndef ZUNE_ICONIMAGE_H
2 #define ZUNE_ICONIMAGE_H
4 /*
5 Copyright © 2003-2004, The AROS Development Team. All rights reserved.
6 This file is part of the IconImage class, which is distributed under
7 the terms of version 2.1 of the GNU Lesser General Public License.
9 $Id$
12 #include <libraries/mui.h>
14 /*** Name *******************************************************************/
15 #define MUIC_IconImage "IconImage.mcc"
17 /*** Identifier base ********************************************************/
18 #define MUIB_IconImage (MUIB_AROS | 0x00000300)
20 /*** Attributes *************************************************************/
21 #define MUIA_IconImage_DiskObject (MUIB_IconImage | 0x00000000) /* I-- struct DiskObject * */
22 #define MUIA_IconImage_File (MUIB_IconImage | 0x00000001) /* I-- CONST_STRPTR */
24 /*** Macros *****************************************************************/
25 #define IconImageObject MUIOBJMACRO_START(MUIC_IconImage)
27 #endif /* ZUNE_ICONIMAGE_H */