#ifndef _PLOT_H
#define _PLOT_H

#include "ns3/gnuplot.h"

using namespace ns3;

void makePlots();


#endif
