summaryrefslogtreecommitdiff
path: root/src/XSDRAW/XSDRAW_Shape.cxx
blob: 49d49d6e210a550161cfb4571055169a8e87ad69 (plain)
1
2
3
4
5
6
7
8
9
10
#include <XSDRAW_Shape.ixx>
#include <SWDRAW_ShapeTool.hxx>

//unused variable 
//static int initactor = 0;

void XSDRAW_Shape::InitCommands (Draw_Interpretor& theCommands)
{
  SWDRAW_ShapeTool::InitCommands (theCommands);
}