pcb 4.1.1
An interactive printed circuit board layout editor.

mirror.h

Go to the documentation of this file.
00001 
00035 #ifndef PCB_MIRROR_H
00036 #define PCB_MIRROR_H
00037 
00038 #include "global.h"
00039 
00040 /* ---------------------------------------------------------------------------
00041  * some useful macros and defines
00042  */
00043 #define MIRROR(object)  TOGGLE_FLAG(MIRRORFLAG, (object))
00044 
00045 #define MIRROR_TYPES    (TEXT_TYPE | ELEMENTNAME_TYPE)
00046 
00047 
00048 void MirrorElementCoordinates (DataType *, ElementType *, Coord);
00049 
00050 #endif