]> git.tdb.fi Git - r2c2.git/blobdiff - source/shoppinglist/main.cpp
Remove status from Train and turn it into a TrainAI
[r2c2.git] / source / shoppinglist / main.cpp
index 2b8f5bf00abd7249768b37f5526f2b1cbd87ec79..f82a97e0a84fe8e06ce66e3b5ce42cc3f442bf6b 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 © 2006-2008 Mikkosoft Productions, Mikko Rasa
 Distributed under the GPL
 */
@@ -11,11 +11,11 @@ Distributed under the GPL
 #include <msp/datafile/loader.h>
 #include <msp/datafile/parser.h>
 #include <msp/io/print.h>
-#include "libmarklin/articlenumber.h"
+#include "libr2c2/articlenumber.h"
 
 using namespace std;
 using namespace Msp;
-using namespace Marklin;
+using namespace R2C2;
 
 class ShoppingList: public Application
 {
@@ -141,6 +141,7 @@ ShoppingList::LayoutLoader::LayoutLoader(ShoppingList &s):
        add("track", &LayoutLoader::track);
        add("base");
        add("route");
+       add("zone");
 }
 
 void ShoppingList::LayoutLoader::track(ArticleNumber art_nr)