mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-13 17:53:11 +02: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_
|