X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=flags.h;h=8b2563c0f6017b9af04d1a424bb47e450a3bb4c7;hb=0e0d208ecefe0c0730697e4810867bb98c8741ee;hp=ea4d423ed5dd6768dcf93b197de3076e84f89285;hpb=50a9063a51e0e8ce229e0accc0c446d03babd99c;p=nageru diff --git a/flags.h b/flags.h index ea4d423..8b2563c 100644 --- a/flags.h +++ b/flags.h @@ -5,6 +5,7 @@ struct Flags { std::string stream_source; + std::string working_directory = "."; bool slow_down_input = false; int interpolation_quality = 2; };