X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=flags.h;h=5e9d34b2c24b969e36859343c64675c46e2ae234;hb=3795723be95f2fe82f3c8b8b45b1a905b2c811fd;hp=ea4d423ed5dd6768dcf93b197de3076e84f89285;hpb=50a9063a51e0e8ce229e0accc0c446d03babd99c;p=nageru diff --git a/flags.h b/flags.h index ea4d423..5e9d34b 100644 --- a/flags.h +++ b/flags.h @@ -3,10 +3,14 @@ #include +#include "defs.h" + struct Flags { std::string stream_source; + std::string working_directory = "."; bool slow_down_input = false; int interpolation_quality = 2; + uint16_t http_port = DEFAULT_HTTPD_PORT; }; extern Flags global_flags;