#include <TopoDS_Face.hxx>
#include "hs_TopoDS_Face.h"

TopoDS_Face * hs_new_TopoDS_Face(){
    return new TopoDS_Face();
}

