TechDraw: add Balloons
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
#include "DrawViewMulti.h"
|
||||
#include "DrawViewImage.h"
|
||||
#include "DrawViewDetail.h"
|
||||
#include "DrawViewBalloon.h"
|
||||
|
||||
namespace TechDraw {
|
||||
extern PyObject* initModule();
|
||||
@@ -78,6 +79,7 @@ PyMOD_INIT_FUNC(TechDraw)
|
||||
TechDraw::DrawProjGroup ::init();
|
||||
TechDraw::DrawProjGroupItem ::init();
|
||||
TechDraw::DrawViewDetail ::init();
|
||||
TechDraw::DrawViewBalloon ::init();
|
||||
|
||||
|
||||
TechDraw::DrawTemplate ::init();
|
||||
|
||||
Reference in New Issue
Block a user