KiCad PCB EDA Suite
|
#include <pybind11/pybind11.h>
#include <common.h>
#include <footprint_editor_settings.h>
#include <layer_ids.h>
#include <lset.h>
#include <pcbnew_settings.h>
#include <pgm_base.h>
#include <router/pns_routing_settings.h>
#include <settings/common_settings.h>
#include <settings/nested_settings.h>
#include <settings/parameters.h>
#include <settings/settings_manager.h>
#include <wx/config.h>
#include <wx/tokenzr.h>
#include <zones.h>
#include <widgets/ui_common.h>
#include <base_units.h>
#include "../3d-viewer/3d_viewer/eda_3d_viewer_settings.h"
Go to the source code of this file.
Variables | |
const int | pcbnewSchemaVersion = 5 |
! Update the schema version whenever a migration is required | |
const int pcbnewSchemaVersion = 5 |
! Update the schema version whenever a migration is required
Definition at line 47 of file pcbnew_settings.cpp.