kicad/gerbview/pcbplot.cpp

16 lines
211 B
C++

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