pcb 4.1.1
An interactive printed circuit board layout editor.

rubberband.h

Go to the documentation of this file.
00001 
00035 #ifndef PCB_RUBBERBAND_H
00036 #define PCB_RUBBERBAND_H
00037 
00038 #include "global.h"
00039 
00040 void LookupRubberbandLines (int, void *, void *, void *);
00041 void LookupRatLines (int, void *, void *, void *);
00042 
00043 #endif