X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fengineer%2Foptions.h;h=689b22a7bdbb9be16289a175ff6d2c493b78bd07;hb=e13742268b7030f8d6152858d39f1c6b43f94c88;hp=e842c254fbb6c2a7b937765dca4182a841d9a439;hpb=651698847d5293cfb15b6fb23a394701388c0151;p=r2c2.git diff --git a/source/engineer/options.h b/source/engineer/options.h index e842c25..689b22a 100644 --- a/source/engineer/options.h +++ b/source/engineer/options.h @@ -20,6 +20,7 @@ struct Options bool network; bool simulate; std::string layout_fn; + std::string state_fn; Options(int, char **); };