From ce72c1f91b23924fca889ec58a6953f2af963374 Mon Sep 17 00:00:00 2001 From: charras Date: Fri, 29 Jan 2010 21:03:12 +0000 Subject: [PATCH] forgotten file --- include/colors_selection.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 include/colors_selection.h diff --git a/include/colors_selection.h b/include/colors_selection.h new file mode 100644 index 0000000000..50af026e0c --- /dev/null +++ b/include/colors_selection.h @@ -0,0 +1,10 @@ +/* colors_selection.h */ + +#ifndef _COLORS_SELECTION_H_ +#define _COLORS_SELECTION_H_ + +#include "class_colors_design_settings.h" +// Colors for layers and items +extern COLORS_DESIGN_SETTINGS g_ColorsSettings; + +#endif // _COLORS_SELECTION_H_