Paolones's icons for Zune Prefs Editor.
[AROS.git] / workbench / prefs / Zune / specialp.h
blob2f7f2c750e27452a76b0674030fc45f41c9c1e69
1 /*
2 Copyright © 2002, The AROS Development Team.
3 All rights reserved.
5 $Id$
6 */
8 #ifndef _ZUNE_SPECIALP_H
10 #ifndef LIBRARIES_MUI_H
11 #include <libraries/mui.h>
12 #endif
14 extern const struct __MUIBuiltinClass _MUIP_Special_desc;
16 Object *specialclass_get_icon(void);
18 #endif