pcb 4.1.1
An interactive printed circuit board layout editor.

autoroute.h

Go to the documentation of this file.
00001 
00037 #ifndef PCB_AUTOROUTE_H
00038 #define PCB_AUTOROUTE_H
00039 
00040 #include "global.h"
00041 
00042 bool AutoRoute (bool);
00043 
00044 #endif