1 
2 
3 %include pcb_track.h
4 %rename(Get) operator   PCB_TRACK*;
5 %{
6 #include <pcb_track.h>
7 %}
8 
9