00001 00037 #ifndef PCB_AUTOROUTE_H 00038 #define PCB_AUTOROUTE_H 00039 00040 #include "global.h" 00041 00042 bool AutoRoute (bool); 00043 00044 #endif