3 This file is part of R²C²
4 Copyright © 2010 Mikkosoft Productions, Mikko Rasa
5 Distributed under the GPL
11 #include <libxml++/libxml++.h>
12 #include "libr2c2/layout.h"
17 const R2C2::Layout &layout;
22 SvgExporter(const R2C2::Layout &);
24 void save(const std::string &);
26 void save_track(const R2C2::Track &, xmlpp::Element &);