pcb 4.1.1
An interactive printed circuit board layout editor.

data.c

Go to the documentation of this file.
00001 
00033 #ifdef HAVE_CONFIG_H
00034 #include "config.h"
00035 #endif
00036 
00037 #include "data.h"
00038 
00039 #ifdef HAVE_LIBDMALLOC
00040 #include <dmalloc.h>
00041 #endif
00042 
00043 /* ---------------------------------------------------------------------------
00044  * some shared identifiers
00045  */
00046 
00047 CrosshairType Crosshair;        
00048 MarkType Marked;                
00049 OutputType Output;              
00050 PCBType *PCB;                   
00052 char *Progname;
00053 SettingType Settings;
00054 int LayerStack[MAX_LAYER];      
00056 BufferType Buffers[MAX_BUFFER]; 
00057 LibraryType Library;            
00058 bool Bumped;                    
00060 int addedLines;