kicad/gerbview/pcbplot.cpp

21 lines
404 B
C++

/***************/
/* pcbplot.cpp */
/***************/
#include <fctsys.h>
#include <common.h>
#include <gerbview.h>
#include <pcbplot.h>
/**************************************************************/
/* void PCB_BASE_FRAME::ToPlotter(wxCommandEvent& event) */
/***************************************************************/
/** TODO */
void GERBVIEW_FRAME::ToPlotter(wxCommandEvent& event)
{
}