kicad/pcbnew/python/swig/track.i

9 lines
89 B
OpenEdge ABL

%include pcb_track.h
%rename(Get) operator PCB_TRACK*;
%{
#include <pcb_track.h>
%}