Problem apparently stems from the routine not being in the header
file, so corrected that, too.
This commit is contained in:
parent
d2fc99c433
commit
4f7567b864
|
|
@ -246,6 +246,9 @@ extern int DRCGetDefaultLayerSpacing();
|
||||||
extern int DRCGetDefaultWideLayerSpacing();
|
extern int DRCGetDefaultWideLayerSpacing();
|
||||||
extern int DRCGetDefaultLayerSurround();
|
extern int DRCGetDefaultLayerSurround();
|
||||||
|
|
||||||
|
extern int DRCInteractionCheck();
|
||||||
|
extern int DRCArrayCheck();
|
||||||
|
|
||||||
extern void DRCTechInit();
|
extern void DRCTechInit();
|
||||||
extern bool DRCTechLine();
|
extern bool DRCTechLine();
|
||||||
extern bool DRCTechAddRule();
|
extern bool DRCTechAddRule();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue