#include "Simulation.hpp"

namespace nbody {
	Simulation::Simulation() {
	}

	Simulation::~Simulation() {
	}
}