#ifndef HS_TOPODS_VERTEX_H #define HS_TOPODS_VERTEX_H #include "hs_types.h" #ifdef __cplusplus extern "C" { #endif TopoDS_Vertex * hs_new_TopoDS_Vertex(); #ifdef __cplusplus } #endif #endif // HS_TOPODS_VERTEX_H