]> git.tdb.fi Git - r2c2.git/blobdiff - source/engineer/options.h
Avoid arriving too early if there's an unexpected stop on the last route
[r2c2.git] / source / engineer / options.h
index e842c254fbb6c2a7b937765dca4182a841d9a439..ddeb62e5232c6601f9faeb118499575593dbd8cb 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of the MSP Märklin suite
-Copyright © 2010  Mikkosoft Productions, Mikko Rasa
-Distributed under the GPL
-*/
-
 #ifndef OPTIONS_H_
 #define OPTIONS_H_
 
@@ -20,6 +13,7 @@ struct Options
        bool network;
        bool simulate;
        std::string layout_fn;
+       std::string state_fn;
 
        Options(int, char **);
 };