disable float support on m68k to prevent unwanted symbols being used in rom code...
[AROS.git] / workbench / prefs / screenmode / smeditor.h
blobe22d25c8b330e61f634757a1ed1042f112fae54b
1 /*
2 Copyright © 2003-2006, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef _SMEDITOR_H
7 #define _SMEDITOR_H
9 extern struct MUI_CustomClass *SMEditor_CLASS;
10 #define SMEditorObject BOOPSIOBJMACRO_START(SMEditor_CLASS->mcc_Class)
12 #endif