added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / arch / .unmaintained / amiga / workbench / hidds / graphics / intuition / include / graphics-amiga-intuition.h
blob784d2d4ba1311daf54feb51d185f3c79b84b448b
1 #ifndef HIDD_GRAPHICS_AMIGA_INTUI_H
2 #define HIDD_GRAPHICS_AMIGA_INTUI_H
4 /*
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: Definitions for the Graphics amiga intui HIDD system.
9 Lang: english
12 #ifndef EXEC_TYPES_H
13 # include <exec/types.h>
14 #endif
15 #ifndef HIDD_HIDD_H
16 # include <hidd/hidd.h>
17 #endif
18 #ifndef OOP_OOP_H
19 # include <oop/oop.h>
20 #endif
22 #include <utility/utility.h>
24 #define CLID_Hidd_GfxAmigaIntui "graphics_amiga_intui.hidd"
25 #define CLID_Hidd_BitMapAmigaIntui "bitmapamigaintui.hidd"
27 #endif /* HIDD_GRAPHICS_AMIGA_INTUI_H */