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

  1. /************************************************************/
  2. /** pcbnew_config.h : configuration parameters for PCBNew **/
  3. /************************************************************/
  4. #include "param_config.h"
  5. #include "colors_selection.h"
  6. #define GROUP wxT( "/pcbnew" )
  7. #define GROUPLIB wxT( "/pcbnew/libraries" )
  8. #define GROUPCOMMON wxT( "/common" )
  9. /* Useful macro : */
  10. #define LOC_COLOR(layer) &g_ColorsSettings.m_LayersColors[layer]
  11. #define ITEM_COLOR(item_visible) &g_ColorsSettings.m_ItemsColors[item_visible]
  12. /* Configuration parameters. */
  13. extern BOARD_DESIGN_SETTINGS boardDesignSettings;