7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2024-11-22 16:45:02 +00:00
kicad/pcbnew/python/swig/zone_settings.i
Seth Hillbrand adf885b667 Move pcbnew swig
Separates the python scripts into those using swig and those needed for
other scripting
2021-06-01 20:18:24 +00:00

5 lines
58 B
OpenEdge ABL

%include zone_settings.h
%{
#include <zone_settings.h>
%}