mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-07 00:25:22 +00:00
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_
|