add casts to zune macros to silence some warnings
[tangerine.git] / workbench / utilities / Presenter / presenter.h
blob6809c78fea28d82ba5ca02a32dc6f6c2f10e632e
1 #ifndef _PRESENTER_H_
2 #define _PRESENTER_H_
4 /*
5 Copyright © 2003-2004, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 #include <utility/tagitem.h>
11 /*** Variables **************************************************************/
12 extern struct MUI_CustomClass *Presenter_CLASS;
14 /*** Macros *****************************************************************/
15 #define PresenterObject BOOPSIOBJMACRO_START(Presenter_CLASS->mcc_Class)
17 #endif /* _PRESENTER_H_ */