summaryrefslogtreecommitdiff
path: root/src/Graphic3d/Graphic3d_CUserDraw.cxx
blob: d1ea430f64215330946e4d07a115869a041ad1e3 (plain)
1
2
3
4
5
6
7
8
9

#include <Graphic3d_CUserDraw.hxx>

const Handle(Standard_Type)& TYPE(Graphic3d_CUserDraw)
{
  static Handle(Standard_Type) _atype =
    new Standard_Type ("Graphic3d_CUserDraw", sizeof (Graphic3d_CUserDraw));
  return _atype;
}