]> git.tdb.fi Git - r2c2.git/blobdiff - source/shoppinglist/main.cpp
Support setting routes for trains
[r2c2.git] / source / shoppinglist / main.cpp
index 7a4f3bab822f9496b3c8736022b1f08a8f29c718..a56326c937e16a58fc8e597f931ac0e891599238 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #include <iostream>
 #include <map>
 #include <msp/core/getopt.h>
@@ -127,6 +134,7 @@ ShoppingList::LayoutLoader::LayoutLoader(ShoppingList &s):
 {
        add("track", &LayoutLoader::track);
        add("base");
+       add("route");
 }
 
 void ShoppingList::LayoutLoader::track(unsigned part)