mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2024-11-22 16:55:00 +00:00
9 lines
89 B
OpenEdge ABL
9 lines
89 B
OpenEdge ABL
|
|
|
|
%include pcb_track.h
|
|
%rename(Get) operator PCB_TRACK*;
|
|
%{
|
|
#include <pcb_track.h>
|
|
%}
|
|
|