X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fengineer%2Foptions.h;h=652e1fcaa6a459f310ccef83fea1415c02845380;hb=abed4a255060d5a233ec0ac2dd60af9132e29201;hp=f64cc78fe006e7772e3c1cf6912a9569a17ef998;hpb=9e96d36a21c24befc88c7bf9c1014c22169e3a6a;p=r2c2.git diff --git a/source/engineer/options.h b/source/engineer/options.h index f64cc78..652e1fc 100644 --- a/source/engineer/options.h +++ b/source/engineer/options.h @@ -15,6 +15,7 @@ struct Options float sim_speed; std::string layout_fn; std::string state_fn; + std::string uistate_fn; Options(int, char **); };