00001 00002 #ifndef __image_module_hpp__ 00003 #define __image_module_hpp__ 00004 00005 #include <crbn/image/image.hpp> 00006 00018 typedef Image* (*IMOD_CREATE_FUNC)( char* filename ); 00019 00023 #define IMOD_CREATE_FUNC_NAME "imod_create" 00024 00027 #define IMOD_CREATE_PROTOTYPE() extern "C" Image* imod_create( char* filename ); 00028 00029 #endif // __image_module_hpp__