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.
14 lines
216 B
14 lines
216 B
/**
|
|
* @file pcbnew_config.h
|
|
* @brief Configuration parameters for Pcbnew.
|
|
*/
|
|
|
|
#ifndef _PCBNEW_CONFIG_H_
|
|
#define _PCBNEW_CONFIG_H_
|
|
|
|
#include <config_params.h>
|
|
|
|
/* Useful macro : */
|
|
|
|
|
|
#endif // _PCBNEW_CONFIG_H_
|