cgma
|
00001 #ifndef CGM_IGEOM_H 00002 #define CGM_IGEOM_H 00003 00004 #include "CGMIGeomConfigure.h" 00005 00006 #ifdef __cplusplus 00007 extern "C" { 00008 #endif 00009 00010 CGMA_IGEOM_EXPORT 00011 void CGM_iGeom_register(); 00012 00013 #ifdef __cplusplus 00014 } 00015 #endif 00016 00017 00018 #endif