]> git.tdb.fi Git - r2c2.git/blobdiff - source/engineer/options.h
Remove a queued block reservation if the block is released
[r2c2.git] / source / engineer / options.h
index 689b22a7bdbb9be16289a175ff6d2c493b78bd07..652e1fcaa6a459f310ccef83fea1415c02845380 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_
 
@@ -19,8 +12,10 @@ struct Options
        std::string driver;
        bool network;
        bool simulate;
+       float sim_speed;
        std::string layout_fn;
        std::string state_fn;
+       std::string uistate_fn;
 
        Options(int, char **);
 };