Problem apparently stems from the routine not being in the header

file, so corrected that, too.
This commit is contained in:
Tim Edwards 2020-11-10 11:11:41 -05:00
parent d2fc99c433
commit 4f7567b864
1 changed files with 3 additions and 0 deletions

View File

@ -246,6 +246,9 @@ extern int DRCGetDefaultLayerSpacing();
extern int DRCGetDefaultWideLayerSpacing();
extern int DRCGetDefaultLayerSurround();
extern int DRCInteractionCheck();
extern int DRCArrayCheck();
extern void DRCTechInit();
extern bool DRCTechLine();
extern bool DRCTechAddRule();