1 #ifndef _PRESENTATION_H_
2 #define _PRESENTATION_H_
5 Copyright © 2003-2004, The AROS Development Team. All rights reserved.
9 #include <utility/tagitem.h>
11 /*** Variables **************************************************************/
12 extern struct MUI_CustomClass
*Presentation_CLASS
;
14 /*** Macros *****************************************************************/
15 #define PresentationObject BOOPSIOBJMACRO_START(Presentation_CLASS->mcc_Class)
17 #endif /* _PRESENTATION_H_ */