/***************/
/* pcbplot.cpp */
/***************/

#include <fctsys.h>
#include <common.h>

#include <gerbview.h>
#include <gerbview_frame.h>
#include <pcbplot.h>

/** TODO */
void GERBVIEW_FRAME::ToPlotter(wxCommandEvent& event)
{
}