#ifndef HS_TOPODS_SHELL_H #define HS_TOPODS_SHELL_H #include "hs_types.h" #ifdef __cplusplus extern "C" { #endif TopoDS_Shell * hs_new_TopoDS_Shell(); #ifdef __cplusplus } #endif #endif // HS_TOPODS_SHELL_H