You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							17 lines
						
					
					
						
							617 B
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							17 lines
						
					
					
						
							617 B
						
					
					
				
								/************************************************************/
							 | 
						|
								/** pcbnew_config.h : configuration parameters for PCBNew  **/
							 | 
						|
								/************************************************************/
							 | 
						|
								
							 | 
						|
								#include "param_config.h"
							 | 
						|
								#include "colors_selection.h"
							 | 
						|
								
							 | 
						|
								#define GROUP       wxT( "/pcbnew" )
							 | 
						|
								#define GROUPLIB    wxT( "/pcbnew/libraries" )
							 | 
						|
								#define GROUPCOMMON wxT( "/common" )
							 | 
						|
								
							 | 
						|
								/* Useful macro : */
							 | 
						|
								#define LOC_COLOR(layer) &g_ColorsSettings.m_LayersColors[layer]
							 | 
						|
								#define ITEM_COLOR(item_visible) &g_ColorsSettings.m_ItemsColors[item_visible]
							 | 
						|
								
							 | 
						|
								/* Configuration parameters. */
							 | 
						|
								extern BOARD_DESIGN_SETTINGS boardDesignSettings;
							 |