pcb 4.1.1
An interactive printed circuit board layout editor.

autoplace.h

Go to the documentation of this file.
00001 
00040 #ifndef PCB_AUTOPLACE_H
00041 #define PCB_AUTOPLACE_H
00042 
00043 #include "global.h"
00044 
00045 bool AutoPlaceSelected (void);
00046 
00047 #endif