00001 #ifndef DEF_IMAGES_H 00002 #define DEF_IMAGES_H 00003 00004 #include <bicpl/objects.h> 00005 00006 #ifndef public 00007 #define public extern 00008 #define public_was_defined_here 00009 #endif 00010 00011 #include <bicpl/image_prototypes.h> 00012 00013 #ifdef public_was_defined_here 00014 #undef public 00015 #undef public_was_defined_here 00016 #endif 00017 00018 #endif