- Now puts cursor position in window title properly instead of overwriting
[tangerine.git] / workbench / libs / coolimages / coolimages_intern.h
blobebb120ce8b366fe9cb15c672d217ab3a796a67d8
1 /*
2 Copyright © 2002-2007, The AROS Development Team.
3 All rights reserved.
5 $Id$
6 */
8 #ifndef COOLIMAGES_INTERN_H
9 #define COOLIMAGES_INTERN_H
11 #ifndef EXEC_TYPES_H
12 # include <exec/types.h>
13 #endif
14 #ifndef EXEC_LIBRARIES_H
15 # include <exec/libraries.h>
16 #endif
17 #ifndef EXEC_MEMORY_H
18 # include <exec/memory.h>
19 #endif
20 #ifndef INTUITION_CLASSES_H
21 # include <intuition/classes.h>
22 #endif
23 #ifndef INTUITION_INTUITIONBASE_H
24 # include <intuition/intuitionbase.h>
25 #endif
26 #ifndef GRAPHICS_GFXBASE_H
27 # include <graphics/gfxbase.h>
28 #endif
29 #ifndef CYBERGRAPHX_CYBERGRAPHICS_H
30 # include <cybergraphx/cybergraphics.h>
31 #endif
32 #ifndef LINKLIBS_COOLIMAGES_H
33 # include <linklibs/coolimages.h>
34 #endif
35 #ifndef LIBRARIES_COOLIMAGES_H
36 # include <libraries/coolimages.h>
37 #endif
38 #ifndef UTILITY_UTILITY_H
39 # include <utility/utility.h>
40 #endif
44 /****************************************************************************************/
46 struct CoolImagesBase_intern
48 struct Library library;
51 /****************************************************************************************/
53 #undef CIB
54 #define CIB(b) ((struct CoolImagesBase_intern *)(b))
56 /****************************************************************************************/
58 #endif /* COOLIMAGES_INTERN_H */