2010-01-29 21:03:12 +00:00
|
|
|
/* colors_selection.h */
|
|
|
|
|
|
|
|
#ifndef _COLORS_SELECTION_H_
|
|
|
|
#define _COLORS_SELECTION_H_
|
|
|
|
|
2012-01-23 04:33:36 +00:00
|
|
|
#include <class_colors_design_settings.h>
|
2010-01-29 21:03:12 +00:00
|
|
|
// Colors for layers and items
|
|
|
|
extern COLORS_DESIGN_SETTINGS g_ColorsSettings;
|
|
|
|
|
|
|
|
#endif // _COLORS_SELECTION_H_
|