KiCad PCB EDA Suite
|
#include <layer_ids.h>
#include <settings/color_settings.h>
#include <settings/json_settings_internals.h>
#include <settings/parameters.h>
#include <settings/settings_manager.h>
#include <wx/log.h>
#include <wx/translation.h>
#include "builtin_color_themes.h"
Go to the source code of this file.
Macros | |
#define | CLR(x, y) |
Variables | |
const int | colorsSchemaVersion = 5 |
! Update the schema version whenever a migration is required | |
#define CLR | ( | x, | |
y | |||
) |
const int colorsSchemaVersion = 5 |
! Update the schema version whenever a migration is required
Definition at line 33 of file color_settings.cpp.