KiCad PCB EDA Suite
|
#include "footprint_editor_settings.h"
#include <common.h>
#include <layer_ids.h>
#include <lset.h>
#include <pgm_base.h>
#include <eda_text.h>
#include <settings/common_settings.h>
#include <settings/json_settings_internals.h>
#include <settings/parameters.h>
#include <settings/settings_manager.h>
#include <wx/config.h>
#include <base_units.h>
#include <wx/log.h>
Go to the source code of this file.
Variables | |
const int | fpEditSchemaVersion = 3 |
! Update the schema version whenever a migration is required | |
const int fpEditSchemaVersion = 3 |
! Update the schema version whenever a migration is required
Definition at line 38 of file footprint_editor_settings.cpp.