added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / workbench / utilities / Presenter / presentation.h
blob0a1237842795549d680e34b986b3a517d0b8955e
1 #ifndef _PRESENTATION_H_
2 #define _PRESENTATION_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 *Presentation_CLASS;
14 /*** Macros *****************************************************************/
15 #define PresentationObject BOOPSIOBJMACRO_START(Presentation_CLASS->mcc_Class)
17 #endif /* _PRESENTATION_H_ */