2 Copyright © 2002-2007, The AROS Development Team.
8 #ifndef COOLIMAGES_INTERN_H
9 #define COOLIMAGES_INTERN_H
12 # include <exec/types.h>
14 #ifndef EXEC_LIBRARIES_H
15 # include <exec/libraries.h>
18 # include <exec/memory.h>
20 #ifndef INTUITION_CLASSES_H
21 # include <intuition/classes.h>
23 #ifndef INTUITION_INTUITIONBASE_H
24 # include <intuition/intuitionbase.h>
26 #ifndef GRAPHICS_GFXBASE_H
27 # include <graphics/gfxbase.h>
29 #ifndef CYBERGRAPHX_CYBERGRAPHICS_H
30 # include <cybergraphx/cybergraphics.h>
32 #ifndef LINKLIBS_COOLIMAGES_H
33 # include <linklibs/coolimages.h>
35 #ifndef LIBRARIES_COOLIMAGES_H
36 # include <libraries/coolimages.h>
38 #ifndef UTILITY_UTILITY_H
39 # include <utility/utility.h>
44 /****************************************************************************************/
46 struct CoolImagesBase_intern
48 struct Library library
;
51 /****************************************************************************************/
54 #define CIB(b) ((struct CoolImagesBase_intern *)(b))
56 /****************************************************************************************/
58 #endif /* COOLIMAGES_INTERN_H */