include/crbn/image/imod.h

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__

Generated on Tue Nov 14 15:40:08 2006 for libcrbn by  doxygen 1.5.0