#ifndef HS_TOPODS_EDGE_H #define HS_TOPODS_EDGE_H #include "hs_types.h" #ifdef __cplusplus extern "C" { #endif TopoDS_Edge * hs_new_TopoDS_Edge(); #ifdef __cplusplus } #endif #endif // HS_TOPODS_EDGE_H