14 lines
189 B
C
14 lines
189 B
C
/**
|
|
* @file pcbnew_config.h
|
|
* @brief Configuration parameters for Pcbnew.
|
|
*/
|
|
|
|
#ifndef _PCBNEW_CONFIG_H_
|
|
#define _PCBNEW_CONFIG_H_
|
|
|
|
|
|
/* Useful macro : */
|
|
|
|
|
|
#endif // _PCBNEW_CONFIG_H_
|