![]() |
KiCad PCB EDA Suite
|
#include <confirm.h>
#include <kicad_string.h>
#include <macros.h>
#include <pcb_edit_frame.h>
#include <board.h>
#include <footprint.h>
#include <project.h>
#include <wildcards_and_files_ext.h>
Go to the source code of this file.
Functions | |
bool | RecreateCmpFile (BOARD *aBrd, const wxString &aFullCmpFileName) |
bool RecreateCmpFile | ( | BOARD * | aBrd, |
const wxString & | aFullCmpFileName | ||
) |
Definition at line 34 of file export_footprint_associations.cpp.
References DateAndTime(), BOARD::Footprints(), NULL, and TO_UTF8.
Referenced by PCB_EDIT_FRAME::RecreateCmpFileFromBoard().