disable float support on m68k to prevent unwanted symbols being used in rom code...
[AROS.git] / workbench / prefs / Zune / buttonsp.h
blobc5dc0f60dc2534272ec77f1bf032a45a5f6a8ee9
1 /*
2 Copyright © 2002, The AROS Development Team.
3 All rights reserved.
5 $Id$
6 */
8 #ifndef _ZUNE_BUTTONSP_H
10 #ifndef LIBRARIES_MUI_H
11 #include <libraries/mui.h>
12 #endif
14 extern const struct __MUIBuiltinClass _MUIP_Buttons_desc;
16 Object *buttonsclass_get_icon(void);
18 #endif