summaryrefslogtreecommitdiff
path: root/pcbnew/pcbnew_config.h
diff options
context:
space:
mode:
authorsaurabhb172020-02-26 16:01:28 +0530
committerGitHub2020-02-26 16:01:28 +0530
commitd51317f0193609fb43e932730d78aa86a4984083 (patch)
tree6acee185a4dc19113fcbf0f9a3d6941085dedaf7 /pcbnew/pcbnew_config.h
parent0db48f6533517ecebfd9f0693f89deca28408b76 (diff)
parent886d9cb772e81d2e5262284bc3082664f084337f (diff)
downloadKiCad-eSim-d51317f0193609fb43e932730d78aa86a4984083.tar.gz
KiCad-eSim-d51317f0193609fb43e932730d78aa86a4984083.tar.bz2
KiCad-eSim-d51317f0193609fb43e932730d78aa86a4984083.zip
Merge pull request #2 from FOSSEE/develop
Develop
Diffstat (limited to 'pcbnew/pcbnew_config.h')
-rw-r--r--pcbnew/pcbnew_config.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/pcbnew/pcbnew_config.h b/pcbnew/pcbnew_config.h
new file mode 100644
index 0000000..f4c153e
--- /dev/null
+++ b/pcbnew/pcbnew_config.h
@@ -0,0 +1,17 @@
+/**
+ * @file pcbnew_config.h
+ * @brief Configuration parameters for Pcbnew.
+ */
+
+#ifndef _PCBNEW_CONFIG_H_
+#define _PCBNEW_CONFIG_H_
+
+#include <config_params.h>
+#include <colors_selection.h>
+
+/* Useful macro : */
+#define LOC_COLOR(layer) &g_ColorsSettings.m_LayersColors[layer]
+#define ITEM_COLOR(item_visible) &g_ColorsSettings.m_ItemsColors[item_visible]
+
+
+#endif // _PCBNEW_CONFIG_H_