A bit number was mistakenly used instead of a flag when setting notification
[AROS.git] / workbench / prefs / Zune / cyclesp.h
blob76d2135037e6fa77b28ee9f1fe7ab2551de508ee
1 /*
2 Copyright © 2002, The AROS Development Team.
3 All rights reserved.
5 $Id$
6 */
8 #ifndef _ZUNE_CYCLESP_H
10 #ifndef LIBRARIES_MUI_H
11 #include <libraries/mui.h>
12 #endif
14 extern const struct __MUIBuiltinClass _MUIP_Cycles_desc;
16 Object *cyclesclass_get_icon(void);
18 #endif