]> git.tdb.fi Git - r2c2.git/blobdiff - source/designer/toolbar.h
Rename the project to R²C²
[r2c2.git] / source / designer / toolbar.h
index a41f968682de7f7dae0b45ce7719536041b8ee6a..9029a9c1c726fd620be2361c7bc98faec48b0986 100644 (file)
@@ -1,6 +1,6 @@
 /* $Id$
 
-This file is part of the MSP Märklin suite
+This file is part of R²C²
 Copyright © 2009  Mikkosoft Productions, Mikko Rasa
 Distributed under the GPL
 */
@@ -11,6 +11,7 @@ Distributed under the GPL
 #include <sigc++/trackable.h>
 #include <msp/gltk/dropdown.h>
 #include <msp/gltk/panel.h>
+#include "libr2c2/route.h"
 
 class Designer;
 
@@ -24,6 +25,8 @@ public:
        Toolbar(Designer &);
 private:
        void route_selected(unsigned, const std::string &);
+       void delete_route_clicked();
+       void route_added(R2C2::Route &);
        void update_routes();
 };