pcb 4.1.1
An interactive printed circuit board layout editor.
|
00001 00033 #ifndef PCB_ACTION_H 00034 #define PCB_ACTION_H 00035 00036 #include "global.h" 00037 00038 #define CLONE_TYPES LINE_TYPE | ARC_TYPE | VIA_TYPE | POLYGON_TYPE 00039 00040 void ActionAdjustStyle (char *); 00041 void EventMoveCrosshair (int, int); 00042 00043 void AdjustAttachedObjects (void); 00044 00045 void warpNoWhere (void); 00046 00047 /* In gui-misc.c */ 00048 bool ActionGetLocation (char *); 00049 void ActionGetXY (char *); 00050 00051 #endif