PCBNEW: Re-add missing SWIG zone filler
Zone filler was factored out into a separate header. To allow python access to zone filling, we need to include the revised signatures.
This commit is contained in:
parent
f6f1c1e944
commit
42c5017db7
|
@ -2,8 +2,10 @@
|
|||
|
||||
%include class_zone.h
|
||||
%include zones.h
|
||||
%include zone_filler.h
|
||||
%{
|
||||
#include <class_zone.h>
|
||||
#include <zones.h>
|
||||
#include <zone_filler.h>
|
||||
%}
|
||||
|
||||
|
|
Loading…
Reference in New Issue