KiCad PCB EDA Suite
|
#include <pcb_dimension.h>
#include <pcb_track.h>
#include <layer_ids.h>
#include <lset.h>
#include <kiface_base.h>
#include <pad.h>
#include <board_design_settings.h>
#include <drc/drc_item.h>
#include <drc/drc_engine.h>
#include <settings/json_settings_internals.h>
#include <settings/parameters.h>
#include <project/project_file.h>
#include <advanced_config.h>
Go to the source code of this file.
Variables | |
const int | bdsSchemaVersion = 2 |
const int bdsSchemaVersion = 2 |
Definition at line 38 of file board_design_settings.cpp.