#include <TopoDS_Shell.hxx>
#include "hs_TopoDS_Shell.h"

TopoDS_Shell * hs_new_TopoDS_Shell(){
    return new TopoDS_Shell();
}

