X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fengineer%2Foptions.h;h=652e1fcaa6a459f310ccef83fea1415c02845380;hb=abed4a255060d5a233ec0ac2dd60af9132e29201;hp=e842c254fbb6c2a7b937765dca4182a841d9a439;hpb=651698847d5293cfb15b6fb23a394701388c0151;p=r2c2.git diff --git a/source/engineer/options.h b/source/engineer/options.h index e842c25..652e1fc 100644 --- a/source/engineer/options.h +++ b/source/engineer/options.h @@ -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,7 +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 **); };