pcb 4.1.1
An interactive printed circuit board layout editor.
|
00001 00036 #ifndef PCB_LINE_H 00037 #define PCB_LINE_H 00038 00039 #include "global.h" 00040 00041 /* --------------------------------------------------------------------------- 00042 * prototypes 00043 */ 00044 void AdjustAttachedLine (void); 00045 void AdjustTwoLine (bool); 00046 void FortyFiveLine (AttachedLineType *); 00047 void EnforceLineDRC (void); 00048 #endif