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