pcb 4.1.1
An interactive printed circuit board layout editor.

insert.h

Go to the documentation of this file.
00001 
00033 #ifndef PCB_INSERT_H
00034 #define PCB_INSERT_H
00035 
00036 #include "global.h"
00037 
00038 #define INSERT_TYPES    (POLYGON_TYPE | LINE_TYPE | RATLINE_TYPE)
00039 
00040 /* ---------------------------------------------------------------------------
00041  * prototypes
00042  */
00043 void *InsertPointIntoObject (int, void *, void *, Cardinal *, Coord,
00044                              Coord, bool, bool);
00045 PointType * AdjustInsertPoint (void);
00046 
00047 #endif