X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fengineer%2Foptions.h;h=e35cc92a3f403a7dfee009dd511ee482909ce548;hb=34f8bf04e4bdffefeceea59b186386b51c542b9d;hp=e842c254fbb6c2a7b937765dca4182a841d9a439;hpb=651698847d5293cfb15b6fb23a394701388c0151;p=r2c2.git diff --git a/source/engineer/options.h b/source/engineer/options.h index e842c25..e35cc92 100644 --- a/source/engineer/options.h +++ b/source/engineer/options.h @@ -1,6 +1,6 @@ /* $Id$ -This file is part of the MSP Märklin suite +This file is part of R²C² Copyright © 2010 Mikkosoft Productions, Mikko Rasa Distributed under the GPL */ @@ -20,6 +20,7 @@ struct Options bool network; bool simulate; std::string layout_fn; + std::string state_fn; Options(int, char **); };